hotspot/src/share/vm/runtime/globals.hpp
changeset 17112 e49af4ba7755
parent 16682 4e30a46f6b76
child 17134 d58219af8d68
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 24 14:48:43 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 24 20:13:37 2013 +0200
@@ -2123,6 +2123,9 @@
   product(intx, PrefetchFieldsAhead, -1,                                    \
           "How many fields ahead to prefetch in oop scan (<= 0 means off)") \
                                                                             \
+  diagnostic(bool, VerifySilently, false,                                   \
+          "Don't print print the verification progress")                    \
+                                                                            \
   diagnostic(bool, VerifyDuringStartup, false,                              \
           "Verify memory system before executing any Java code "            \
           "during VM initialization")                                       \