changeset 4070:1f93843b5220

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 b4d53afe0673
children 47576e4642da
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	Fri Apr 18 17:05:33 2014 -1000
+++ b/src/share/vm/runtime/globals.hpp	Wed Jun 18 18:30:08 2014 +0200
@@ -1133,9 +1133,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 "   \