< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 58110 : v2.09a with 8235795, 8235931 and 8236035 extracted; rebased to jdk-14+28; merge with 8236035.patch.cr1; merge with 8235795.patch.cr1; merge with 8236035.patch.cr2; merge with 8235795.patch.cr2; merge with 8235795.patch.cr3.
rev 58111 : See CR9-to-CR10-changes; merge with jdk-15+11.

*** 706,719 **** diagnostic(intx, AsyncDeflationInterval, 250, \ "Async deflate idle monitors every so many milliseconds when " \ "MonitorUsedDeflationThreshold is exceeded (0 is off).") \ range(0, max_jint) \ \ - diagnostic_pd(bool, HandshakeAfterDeflateIdleMonitors, \ - "Handshake with all JavaThreads after async deflating idle " \ - "monitors to force threads to leave C2 monitor code.") \ - \ experimental(intx, MonitorUsedDeflationThreshold, 90, \ "Percentage of used monitors before triggering deflation (0 is " \ "off). The check is performed on GuaranteedSafepointInterval " \ "or AsyncDeflateInterval.") \ range(0, 100) \ --- 706,715 ----
< prev index next >