RFR: 8255384: Remove special_runtime_exit_condition() check from SS::block() [v5]

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Thu Nov 5 21:20:21 UTC 2020


On Thu, 5 Nov 2020 19:50:48 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix comment in handle_polling_page_exception()
>
> src/hotspot/share/runtime/safepointMechanism.cpp line 83:
> 
>> 81:     // Otherwise we might load an old safepoint counter (for example).
>> 82:     OrderAccess::loadload();
>> 83:     SafepointSynchronize::block(thread);
> 
> Wasn't that comment just added recently? :-)

: )  Should have been there before that!

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

PR: https://git.openjdk.java.net/jdk/pull/913


More information about the hotspot-runtime-dev mailing list