src/share/vm/runtime/globals.hpp

changeset 6868
ca6d25be853b
parent 6849
db8383148bc9
child 6876
710a3c8b516e
child 7241
8cb56c8cb30d
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Aug 12 11:12:25 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Aug 12 17:46:16 2014 -0400
     1.3 @@ -3745,6 +3745,10 @@
     1.4    product(bool, UseSharedSpaces, true,                                      \
     1.5            "Use shared spaces for metadata")                                 \
     1.6                                                                              \
     1.7 +  product(bool, VerifySharedSpaces, false,                                  \
     1.8 +          "Verify shared spaces (false for default archive, true for "      \
     1.9 +          "archive specified by -XX:SharedArchiveFile)")                    \
    1.10 +                                                                            \
    1.11    product(bool, RequireSharedSpaces, false,                                 \
    1.12            "Require shared spaces for metadata")                             \
    1.13                                                                              \

mercurial