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

changeset 1479
6270f80a7331
parent 1377
2c79770d1f6e
child 1522
23b9a8d315fc
equal deleted inserted replaced
1478:fc06cd9b42c7 1479:6270f80a7331
53 "Determines whether the 'advanced' HR Into rem set is used.") \ 53 "Determines whether the 'advanced' HR Into rem set is used.") \
54 \ 54 \
55 develop(intx, G1MarkingVerboseLevel, 0, \ 55 develop(intx, G1MarkingVerboseLevel, 0, \
56 "Level (0-4) of verboseness of the marking code") \ 56 "Level (0-4) of verboseness of the marking code") \
57 \ 57 \
58 develop(bool, G1VerifyConcMarkPrintReachable, false, \ 58 develop(bool, G1PrintReachableAtInitialMark, false, \
59 "If conc mark verification fails, print reachable objects") \ 59 "Reachable object dump at the initial mark pause") \
60 \
61 develop(bool, G1VerifyDuringGCPrintReachable, false, \
62 "If conc mark verification fails, dump reachable objects") \
63 \
64 develop(ccstr, G1PrintReachableBaseFile, NULL, \
65 "The base file name for the reachable object dumps") \
60 \ 66 \
61 develop(bool, G1TraceMarkStackOverflow, false, \ 67 develop(bool, G1TraceMarkStackOverflow, false, \
62 "If true, extra debugging code for CM restart for ovflw.") \ 68 "If true, extra debugging code for CM restart for ovflw.") \
63 \ 69 \
64 develop(intx, G1PausesBtwnConcMark, -1, \ 70 develop(intx, G1PausesBtwnConcMark, -1, \

mercurial