RFR: 8311218: fatal error: stuck in JvmtiVTMSTransitionDisabler::VTMS_transition_disable [v4]

Serguei Spitsyn sspitsyn at openjdk.org
Thu Dec 14 18:27:00 UTC 2023


On Thu, 14 Dec 2023 18:03:00 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: 1) replace CriticalLock with DisableSuspend; 2) minor tweaks
>
> src/java.base/share/classes/java/lang/VirtualThread.java line 1042:
> 
>> 1040:         if (carrier != null) {
>> 1041:             try {
>> 1042:                 notifyJvmtiDisableSuspend(true);
> 
> this one too.

Thanks. All cases fixed now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17011#discussion_r1427095561


More information about the serviceability-dev mailing list