diff src/share/vm/gc_implementation/g1/g1_globals.hpp @ 745:2b6c55e36143

6829013: G1: set the default value of G1VerifyConcMarkPrintRechable to false Summary: Turn off G1VerifyConcMarkPrintReachable by default to minimize the amount of verbose output we generate by default. Reviewed-by: jmasa
author tonyp
date Thu, 23 Apr 2009 16:58:16 -0400
parents 96b229c54d1e
children 20c6f43950b5
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Apr 17 12:22:18 2009 -0700
+++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Apr 23 16:58:16 2009 -0400
@@ -71,7 +71,7 @@
   develop(intx, G1MarkingVerboseLevel, 0,                                   \
           "Level (0-4) of verboseness of the marking code")                 \
                                                                             \
-  develop(bool, G1VerifyConcMarkPrintReachable, true,                       \
+  develop(bool, G1VerifyConcMarkPrintReachable, false,                      \
           "If conc mark verification fails, print reachable objects")       \
                                                                             \
   develop(bool, G1TraceMarkStackOverflow, false,                            \