Re: RFR: 8284161: Implementation of Virtual Threads (Preview) [v11]

2022-05-04 Thread Alan Bateman
> This is the implementation of JEP 425: Virtual Threads (Preview). > > We will refresh this PR periodically to pick up changes and fixes from the > loom repo. > > Most of the new mechanisms in the HotSpot VM are disabled by default and > require running with `--enable-preview` to enable. > >

Re: RFR: 8284161: Implementation of Virtual Threads (Preview) [v11]

2022-05-04 Thread Aleksey Shipilev
On Wed, 4 May 2022 12:12:48 GMT, Alan Bateman wrote: >> This is the implementation of JEP 425: Virtual Threads (Preview). >> >> We will refresh this PR periodically to pick up changes and fixes from the >> loom repo. >> >> Most of the new mechanisms in the HotSpot VM are disabled by default an

Re: RFR: 8284027: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/ is failing [v3]

2022-05-04 Thread Chris Plummer
On Wed, 4 May 2022 03:40:03 GMT, Alex Menkov wrote: >> The test counts all "system" threads before the execution and expects that >> this number remains the same during test execution. >> This makes the test fragile - JVM may start internal threads, some threads >> may end. >> >> The fix updat

Re: RFR: 8284027: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/ is failing [v3]

2022-05-04 Thread Serguei Spitsyn
On Wed, 4 May 2022 03:40:03 GMT, Alex Menkov wrote: >> The test counts all "system" threads before the execution and expects that >> this number remains the same during test execution. >> This makes the test fragile - JVM may start internal threads, some threads >> may end. >> >> The fix updat

Re: RFR: 8284161: Implementation of Virtual Threads (Preview) [v11]

2022-05-04 Thread Serguei Spitsyn
On Wed, 4 May 2022 12:12:48 GMT, Alan Bateman wrote: >> This is the implementation of JEP 425: Virtual Threads (Preview). >> >> We will refresh this PR periodically to pick up changes and fixes from the >> loom repo. >> >> Most of the new mechanisms in the HotSpot VM are disabled by default an