diff src/share/vm/runtime/globals.hpp @ 6605:4ee06e614636

7116786: RFE: Detailed information on VerifyErrors Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
author kamg
date Mon, 06 Aug 2012 15:54:45 -0400
parents 3f1ab0c19c30
children fce6d7280776
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 06 09:34:40 2012 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Aug 06 15:54:45 2012 -0400
@@ -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()"    \