RFR: 8286580: serviceability/jvmti/vthread/GetSetLocalTest failed with assert: Not supported for heap frames [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Thu Jun 23 07:09:39 UTC 2022


On Wed, 22 Jun 2022 16:57:34 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> 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


More information about the serviceability-dev mailing list