--- old/src/hotspot/share/runtime/serviceThread.cpp 2020-07-02 15:15:03.000000000 -0400 +++ new/src/hotspot/share/runtime/serviceThread.cpp 2020-07-02 15:15:03.000000000 -0400 @@ -141,10 +141,9 @@ (deflate_idle_monitors = ObjectSynchronizer::is_async_deflation_needed()) ) == 0) { // Wait until notified that there is some work to do. - // If AsyncDeflateIdleMonitors, then we wait for - // GuaranteedSafepointInterval so that is_async_deflation_needed() - // is checked at the same interval. - ml.wait(AsyncDeflateIdleMonitors ? GuaranteedSafepointInterval : 0); + // We wait for GuaranteedSafepointInterval so that + // is_async_deflation_needed() is checked at the same interval. + ml.wait(GuaranteedSafepointInterval); } if (has_jvmti_events) {