diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp index fdd6db5b182cd6591446e2b698b903a3d89af4c1..5341c9cb4df422ee7f3704b54d31a1446508fdd9 100644 --- a/src/share/vm/runtime/globals.hpp +++ b/src/share/vm/runtime/globals.hpp @@ -1142,11 +1142,11 @@ class CommandLineFlags { "Prevent spurious or premature wakeups from object.wait " \ "(Solaris only)") \ \ - product(intx, NativeMonitorTimeout, -1, "(Unstable)") \ + experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \ \ - product(intx, NativeMonitorFlags, 0, "(Unstable)") \ + experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \ \ - product(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \ + experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \ \ develop(bool, UsePthreads, false, \ "Use pthread-based instead of libthread-based synchronization " \