comparison 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
comparison
equal deleted inserted replaced
714:981375ca07b7 745:2b6c55e36143
69 "If true, verify the conc marking code at full GC time") \ 69 "If true, verify the conc marking code at full GC time") \
70 \ 70 \
71 develop(intx, G1MarkingVerboseLevel, 0, \ 71 develop(intx, G1MarkingVerboseLevel, 0, \
72 "Level (0-4) of verboseness of the marking code") \ 72 "Level (0-4) of verboseness of the marking code") \
73 \ 73 \
74 develop(bool, G1VerifyConcMarkPrintReachable, true, \ 74 develop(bool, G1VerifyConcMarkPrintReachable, false, \
75 "If conc mark verification fails, print reachable objects") \ 75 "If conc mark verification fails, print reachable objects") \
76 \ 76 \
77 develop(bool, G1TraceMarkStackOverflow, false, \ 77 develop(bool, G1TraceMarkStackOverflow, false, \
78 "If true, extra debugging code for CM restart for ovflw.") \ 78 "If true, extra debugging code for CM restart for ovflw.") \
79 \ 79 \