RFR: 8311218: fatal error: stuck in JvmtiVTMSTransitionDisabler::VTMS_transition_disable [v6]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri Dec 15 10:50:01 UTC 2023
On Fri, 15 Dec 2023 08:57:45 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review: moved a couple of comments out of try blocks
>
> src/hotspot/share/prims/jvm.cpp line 4019:
>
>> 4017: return;
>> 4018: }
>> 4019: assert(thread->is_disable_suspend() != (bool)enter, "recursive disable suspend is not allowed");
>
> This is an important assert, the message should probably say nested or unbalanced enter/exit not allowed.
Thanks. Updated the assert message as suggested.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17011#discussion_r1427830694
More information about the serviceability-dev
mailing list