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