src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 1180
2b6c55e36143
parent 1112
96b229c54d1e
child 1186
20c6f43950b5
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Apr 17 12:22:18 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Apr 23 16:58:16 2009 -0400
     1.3 @@ -71,7 +71,7 @@
     1.4    develop(intx, G1MarkingVerboseLevel, 0,                                   \
     1.5            "Level (0-4) of verboseness of the marking code")                 \
     1.6                                                                              \
     1.7 -  develop(bool, G1VerifyConcMarkPrintReachable, true,                       \
     1.8 +  develop(bool, G1VerifyConcMarkPrintReachable, false,                      \
     1.9            "If conc mark verification fails, print reachable objects")       \
    1.10                                                                              \
    1.11    develop(bool, G1TraceMarkStackOverflow, false,                            \

mercurial