diff src/share/vm/runtime/globals.hpp @ 10186:b06ac540229e

8013132: Add a flag to turn off the output of the verbose verification code Reviewed-by: johnc, brutisso
author stefank
date Wed, 24 Apr 2013 20:13:37 +0200
parents 83f27710f5f7
children 9ce110b1d14a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Apr 24 14:48:43 2013 -0700
+++ b/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")                                       \