< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
*** 701,11 ***
    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).")          \
            range(0, max_jint)                                                \
                                                                              \
    experimental(intx, MonitorUsedDeflationThreshold, 90,                     \
--- 701,11 ---
    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, 1000,                            \
            "Async deflate idle monitors every so many milliseconds when "    \
            "MonitorUsedDeflationThreshold is exceeded (0 is off).")          \
            range(0, max_jint)                                                \
                                                                              \
    experimental(intx, MonitorUsedDeflationThreshold, 90,                     \
< prev index next >