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

Serguei Spitsyn sspitsyn at openjdk.org
Wed Jun 22 17:00:56 UTC 2022


On Tue, 21 Jun 2022 19:34:46 GMT, Chris Plummer <cjplummer at openjdk.org> 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


More information about the serviceability-dev mailing list