< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 60098 : 8246476: remove AsyncDeflateIdleMonitors option and the safepoint based deflation mechanism
Reviewed-by: dholmes, pchilanomate, coleenp

*** 686,698 **** \ experimental(bool, DisablePrimordialThreadGuardPages, false, \ "Disable the use of stack guard pages if the JVM is loaded " \ "on the primordial process thread") \ \ - diagnostic(bool, AsyncDeflateIdleMonitors, true, \ - "Deflate idle monitors using the ServiceThread.") \ - \ /* notice: the max range value here is max_jint, not max_intx */ \ /* because of overflow issue */ \ diagnostic(intx, AsyncDeflationInterval, 250, \ "Async deflate idle monitors every so many milliseconds when " \ "MonitorUsedDeflationThreshold is exceeded (0 is off).") \ --- 686,695 ----
< prev index next >