--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Jun 16 10:23:46 2014 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Oct 14 18:47:46 2014 -0700
@@ -3790,6 +3790,10 @@
product(bool, UseSharedSpaces, true, \
"Use shared spaces for metadata") \
\
+ product(bool, VerifySharedSpaces, false, \
+ "Verify shared spaces (false for default archive, true for " \
+ "archive specified by -XX:SharedArchiveFile)") \
+ \
product(bool, RequireSharedSpaces, false, \
"Require shared spaces for metadata") \
\