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

changeset 1180
2b6c55e36143
parent 1112
96b229c54d1e
child 1186
20c6f43950b5
equal deleted inserted replaced
1149:981375ca07b7 1180: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 \

mercurial