src/share/vm/runtime/globals.hpp

changeset 7241
8cb56c8cb30d
parent 7089
6e0cb14ce59b
parent 6868
ca6d25be853b
child 7282
46140919bf90
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Sep 10 09:05:31 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Sep 15 16:39:00 2014 -0400
     1.3 @@ -1154,11 +1154,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 "   \
    1.20 @@ -3775,6 +3775,10 @@
    1.21    product(bool, UseSharedSpaces, true,                                      \
    1.22            "Use shared spaces for metadata")                                 \
    1.23                                                                              \
    1.24 +  product(bool, VerifySharedSpaces, false,                                  \
    1.25 +          "Verify shared spaces (false for default archive, true for "      \
    1.26 +          "archive specified by -XX:SharedArchiveFile)")                    \
    1.27 +                                                                            \
    1.28    product(bool, RequireSharedSpaces, false,                                 \
    1.29            "Require shared spaces for metadata")                             \
    1.30                                                                              \

mercurial