On Wed, 22 Jun 2022 16:57:34 GMT, Serguei Spitsyn <[email protected]> wrote:
>> test/hotspot/jtreg/serviceability/jvmti/vthread/GetSetLocalTest/GetSetLocalTest.java
>> line 103:
>>
>>> 101: GetSetLocalTest obj = new GetSetLocalTest();
>>> 102:
>>> 103: for (int i = 0; i < 1000; i++) {
>>
>> Does this test still run quickly?
>
> No, it does not run quickly. However, this fix is needed to reproduce the
> issue.
> In fact, it is also to reproduce another rare reproducible issue:
> 8286836 Crash in serviceability/jvmti/vthread/GetSetLocalTest: No support for
> deferred values in continuations
Decided to decrease the iterations number at L103 from 1000 to 200.
I hope, it should be a little bit quicker now.
-------------
PR: https://git.openjdk.org/jdk19/pull/42