On Fri, 15 Dec 2023 08:57:45 GMT, Alan Bateman <al...@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

Reply via email to