On Tue, 21 Jun 2022 19:34:46 GMT, Chris Plummer <[email protected]> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> remove _depth == 0 clause from sanity check assert
>
> 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 to reproduce one more rare reproduceble issue:
8286836 Crash in serviceability/jvmti/vthread/GetSetLocalTest: No support for
deferred values in continuations
-------------
PR: https://git.openjdk.org/jdk19/pull/42