> 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.
>
>
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
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
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
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