--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Apr 04 21:15:43 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Apr 05 10:20:04 2013 -0700
@@ -2123,6 +2123,10 @@
product(intx, PrefetchFieldsAhead, -1, \
"How many fields ahead to prefetch in oop scan (<= 0 means off)") \
\
+ diagnostic(bool, VerifyDuringStartup, false, \
+ "Verify memory system before executing any Java code " \
+ "during VM initialization") \
+ \
diagnostic(bool, VerifyBeforeExit, trueInDebug, \
"Verify system before exiting") \
\