On Thu, 9 Jul 2026 22:45:34 GMT, David Holmes <[email protected]> wrote:

>> Patricio Chilano Mateo has updated the pull request incrementally with two 
>> additional commits since the last revision:
>> 
>>  - Updates in libStopThreadTest2.cpp
>>  - More comments from David
>
> src/hotspot/share/runtime/javaThread.hpp line 252:
> 
>> 250: 
>> 251:   int at_no_async_entry_count() const {
>> 252:     assert(is_handshake_safe_for(Thread::current()), "");
> 
> Suggestion:
> 
>     assert(is_handshake_safe_for(Thread::current()), "Should only be invoked 
> from within the handshake!");

Added.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31759#discussion_r3571924889

Reply via email to