src/hotspot/share/runtime/globals.hpp
branchJEP-349-branch
changeset 58156 68031e660872
parent 58130 ff0eae1719d0
child 58199 595fcbebaa77
child 58367 b3ca57ddfc92
--- a/src/hotspot/share/runtime/globals.hpp	Sat Sep 14 13:15:10 2019 +0200
+++ b/src/hotspot/share/runtime/globals.hpp	Sat Sep 14 13:18:20 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,                     \