changeset 5907:4201be941a56

8038903: More native monitor monitoring Summary: Moved ntive monitor monitoring flags to experimental Reviewed-by: zgu
author vkempik
date Wed, 18 Jun 2014 18:30:08 +0200
parents 53714bee78e0
children f95d6d32e080
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Jun 17 15:31:24 2014 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Jun 18 18:30:08 2014 +0200
@@ -1094,9 +1094,11 @@
           "Prevent spurious or premature wakeups from object.wait "         \
           "(Solaris only)")                                                 \
                                                                             \
-  product(intx, NativeMonitorTimeout, -1, "(Unstable)" )                    \
-  product(intx, NativeMonitorFlags, 0, "(Unstable)" )                       \
-  product(intx, NativeMonitorSpinLimit, 20, "(Unstable)" )                  \
+  experimental(intx, NativeMonitorTimeout, -1, "(Unstable)")                \
+                                                                            \
+  experimental(intx, NativeMonitorFlags, 0, "(Unstable)")                   \
+                                                                            \
+  experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)")              \
                                                                             \
   develop(bool, UsePthreads, false,                                         \
           "Use pthread-based instead of libthread-based synchronization "   \