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

changeset 1479
6270f80a7331
parent 1377
2c79770d1f6e
child 1522
23b9a8d315fc
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Oct 23 14:34:27 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Wed Sep 30 14:50:51 2009 -0400
     1.3 @@ -55,8 +55,14 @@
     1.4    develop(intx, G1MarkingVerboseLevel, 0,                                   \
     1.5            "Level (0-4) of verboseness of the marking code")                 \
     1.6                                                                              \
     1.7 -  develop(bool, G1VerifyConcMarkPrintReachable, false,                      \
     1.8 -          "If conc mark verification fails, print reachable objects")       \
     1.9 +  develop(bool, G1PrintReachableAtInitialMark, false,                       \
    1.10 +          "Reachable object dump at the initial mark pause")                \
    1.11 +                                                                            \
    1.12 +  develop(bool, G1VerifyDuringGCPrintReachable, false,                      \
    1.13 +          "If conc mark verification fails, dump reachable objects")        \
    1.14 +                                                                            \
    1.15 +  develop(ccstr, G1PrintReachableBaseFile, NULL,                            \
    1.16 +          "The base file name for the reachable object dumps")              \
    1.17                                                                              \
    1.18    develop(bool, G1TraceMarkStackOverflow, false,                            \
    1.19            "If true, extra debugging code for CM restart for ovflw.")        \

mercurial