hotspot/src/share/vm/runtime/globals.hpp
changeset 16680 960505df90e7
parent 16631 c6860a0ebc99
child 16682 4e30a46f6b76
--- 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")                                   \
                                                                             \