[jdk19] RFR: 8289709: fatal error: stuck in JvmtiVTMSTransitionDisabler::disable_VTMS_transitions [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Sun Jul 10 09:54:43 UTC 2022


On Sat, 9 Jul 2022 17:13:22 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   adjusted max number of threads instead of adding explicit timeout
>
> test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop02/libframepop02.cpp line 75:
> 
>> 73:   jvmtiThreadInfo inf;
>> 74:   const char* TEST_THREAD_NAME_BASE = "Test Thread";
>> 75:   check_jvmti_status(jni, jvmti->GetThreadInfo(thr, &inf), "Error in GetThreadInfo.");
> 
> In passing, should isTestThread deallocate inf.name to avoid leaking memory?

Alan, thank you for looking at this fix.
Good suggestion.

-------------

PR: https://git.openjdk.org/jdk19/pull/129


More information about the serviceability-dev mailing list