< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 57232 : v2.00 -> v2.08 (CR8/v2.08/11-for-jdk14) patches combined into one; merge with jdk-14+25 snapshot; merge with jdk-14+26 snapshot.
rev 57233 : See CR8-to-CR9-changes; merge with 8230876.patch (2019.11.15); merge with jdk-14+25 snapshot; fuzzy merge with jdk-14+26 snapshot.

@@ -713,11 +713,11 @@
                                                                             \
   product(intx, MonitorBound, 0, "(Deprecated) Bound Monitor population")   \
           range(0, max_jint)                                                \
                                                                             \
   diagnostic(bool, AsyncDeflateIdleMonitors, true,                          \
-          "Deflate idle monitors using JavaThreads and the ServiceThread.") \
+          "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 "    \
< prev index next >