On Sat, 9 Jul 2022 17:13:22 GMT, Alan Bateman <al...@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