RFR: 8325872: Make GuaranteedSafepointInterval default 0 [v3]

Coleen Phillimore coleenp at openjdk.org
Thu Apr 18 11:24:07 UTC 2024


On Wed, 17 Apr 2024 22:17:43 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> This change keeps the GuaranteedSafepointInterval option for use with -XX:+HandshakeALot and -XX:+SafepointALot and removes it from working with the MonitorDeflationThread.  The MonitorDeflation thread has it's own timers and doesn't require safepoint to trigger anymore, so the GuaranteedSafepointInterval is logically unrelated except for historical reasons.
>> The option AsyncDeflationInterval default is 250 so was used anyway in this code for the monitor deflation thread timer.
>> 
>> Tested with tier1-8.  Also performance tested this which didn't show any improvements.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update handshake_or_safepoint_alot comment.

Thanks for the reviews and comments, Aleksey, Erik and Dan.

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

PR Comment: https://git.openjdk.org/jdk/pull/18820#issuecomment-2063630654


More information about the hotspot-runtime-dev mailing list