Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v4]

2023-05-01 Thread Chris Plummer
On Fri, 28 Apr 2023 17:45:59 GMT, Chris Plummer wrote: >> Convert this ThreadReference.interrupt() test to support virtual threads. I >> believe this is the only test for ThreadReference.interrupt() that we have. >> >> Tested by running with and without -Dmain.wrapper=Virtual on all supported

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v4]

2023-04-28 Thread Chris Plummer
> Convert this ThreadReference.interrupt() test to support virtual threads. I > believe this is the only test for ThreadReference.interrupt() that we have. > > Tested by running with and without -Dmain.wrapper=Virtual on all supported > platforms. Chris Plummer has updated the pull request incr

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v3]

2023-04-27 Thread Chris Plummer
On Fri, 28 Apr 2023 04:56:17 GMT, Serguei Spitsyn wrote: >> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> use NamedTask library class > > test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001.java >

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v3]

2023-04-27 Thread Serguei Spitsyn
On Thu, 27 Apr 2023 21:08:23 GMT, Chris Plummer wrote: >> Convert this ThreadReference.interrupt() test to support virtual threads. I >> believe this is the only test for ThreadReference.interrupt() that we have. >> >> Tested by running with and without -Dmain.wrapper=Virtual on all supported

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v3]

2023-04-27 Thread Leonid Mesnik
On Thu, 27 Apr 2023 21:08:23 GMT, Chris Plummer wrote: >> Convert this ThreadReference.interrupt() test to support virtual threads. I >> believe this is the only test for ThreadReference.interrupt() that we have. >> >> Tested by running with and without -Dmain.wrapper=Virtual on all supported

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v3]

2023-04-27 Thread Chris Plummer
> Convert this ThreadReference.interrupt() test to support virtual threads. I > believe this is the only test for ThreadReference.interrupt() that we have. > > Tested by running with and without -Dmain.wrapper=Virtual on all supported > platforms. Chris Plummer has updated the pull request incr

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v2]

2023-04-27 Thread Chris Plummer
On Thu, 27 Apr 2023 19:43:51 GMT, Leonid Mesnik wrote: >> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> some thread -> task renaming > > test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001a.java >

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread [v2]

2023-04-27 Thread Chris Plummer
> Convert this ThreadReference.interrupt() test to support virtual threads. I > believe this is the only test for ThreadReference.interrupt() that we have. > > Tested by running with and without -Dmain.wrapper=Virtual on all supported > platforms. Chris Plummer has updated the pull request incr

Re: RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread

2023-04-27 Thread Leonid Mesnik
On Thu, 27 Apr 2023 17:42:41 GMT, Chris Plummer wrote: > Convert this ThreadReference.interrupt() test to support virtual threads. I > believe this is the only test for ThreadReference.interrupt() that we have. > > Tested by running with and without -Dmain.wrapper=Virtual on all supported > pl

RFR: 8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread

2023-04-27 Thread Chris Plummer
Convert this ThreadReference.interrupt() test to support virtual threads. I believe this is the only test for ThreadReference.interrupt() that we have. Tested by running with and without -Dmain.wrapper=Virtual on all supported platforms. - Commit messages: - Add vthread support to