comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1044:6270f80a7331

6890137: G1: revamp reachable object dump Summary: Revamp the reachable object dump debugging facility. Reviewed-by: jmasa, apetrusenko
author tonyp
date Wed, 30 Sep 2009 14:50:51 -0400
parents 2c79770d1f6e
children 23b9a8d315fc
comparison
equal deleted inserted replaced
1043:fc06cd9b42c7 1044: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, \