src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 58199 595fcbebaa77
parent 58069 ba98d1dccf30
parent 58130 ff0eae1719d0
child 58333 78b2e8f46dd4
--- a/src/hotspot/share/runtime/globals.hpp	Thu Sep 12 15:04:00 2019 +0200
+++ b/src/hotspot/share/runtime/globals.hpp	Wed Sep 18 07:46:02 2019 +0200
@@ -713,7 +713,7 @@
           "Use LWP-based instead of libthread-based synchronization "       \
           "(SPARC only)")                                                   \
                                                                             \
-  product(intx, MonitorBound, 0, "Bound Monitor population")                \
+  product(intx, MonitorBound, 0, "(Deprecated) Bound Monitor population")   \
           range(0, max_jint)                                                \
                                                                             \
   experimental(intx, MonitorUsedDeflationThreshold, 90,                     \