diff src/share/vm/runtime/globals.hpp @ 6608:fce6d7280776

Merge
author dcubed
date Fri, 17 Aug 2012 11:57:46 -0700
parents 1d7922586cf6 4ee06e614636
children a5dd6e3ef9f3
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Aug 15 16:49:38 2012 -0700
+++ b/src/share/vm/runtime/globals.hpp	Fri Aug 17 11:57:46 2012 -0700
@@ -829,6 +829,9 @@
   product(bool, PrintGCApplicationStoppedTime, false,                       \
           "Print the time the application has been stopped")                \
                                                                             \
+  diagnostic(bool, VerboseVerification, false,                              \
+             "Display detailed verification details")                       \
+                                                                            \
   notproduct(uintx, ErrorHandlerTest, 0,                                    \
           "If > 0, provokes an error after VM initialization; the value"    \
           "determines which error to provoke.  See test_error_handler()"    \