diff -r 88bbe06ab8d6 -r ff0eae1719d0 src/hotspot/share/runtime/globals.hpp --- a/src/hotspot/share/runtime/globals.hpp Fri Sep 13 09:33:54 2019 -0700 +++ b/src/hotspot/share/runtime/globals.hpp Fri Sep 13 18:54:43 2019 -0400 @@ -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, \