src/share/vm/runtime/globals.hpp

changeset 6849
db8383148bc9
parent 6674
2b8a9740813e
child 6868
ca6d25be853b
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jun 26 16:42:23 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jun 16 10:23:46 2014 -0400
     1.3 @@ -1142,11 +1142,11 @@
     1.4            "Prevent spurious or premature wakeups from object.wait "         \
     1.5            "(Solaris only)")                                                 \
     1.6                                                                              \
     1.7 -  product(intx, NativeMonitorTimeout, -1, "(Unstable)")                     \
     1.8 -                                                                            \
     1.9 -  product(intx, NativeMonitorFlags, 0, "(Unstable)")                        \
    1.10 -                                                                            \
    1.11 -  product(intx, NativeMonitorSpinLimit, 20, "(Unstable)")                   \
    1.12 +  experimental(intx, NativeMonitorTimeout, -1, "(Unstable)")                \
    1.13 +                                                                            \
    1.14 +  experimental(intx, NativeMonitorFlags, 0, "(Unstable)")                   \
    1.15 +                                                                            \
    1.16 +  experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)")              \
    1.17                                                                              \
    1.18    develop(bool, UsePthreads, false,                                         \
    1.19            "Use pthread-based instead of libthread-based synchronization "   \

mercurial