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

changeset 1377
2c79770d1f6e
parent 1375
8624da129f0b
child 1479
6270f80a7331
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Wed Sep 02 00:04:29 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Jul 30 16:22:58 2009 -0400
     1.3 @@ -37,7 +37,7 @@
     1.4    develop(intx, G1MarkingOverheadPercent, 0,                                \
     1.5            "Overhead of concurrent marking")                                 \
     1.6                                                                              \
     1.7 -  product(intx, G1YoungGenSize, 0,                                          \
     1.8 +  product(uintx, G1YoungGenSize, 0,                                         \
     1.9            "Size of the G1 young generation, 0 is the adaptive policy")      \
    1.10                                                                              \
    1.11    develop(bool, G1Gen, true,                                                \
    1.12 @@ -246,6 +246,9 @@
    1.13            "If non-0 is the size of the G1 survivor space, "                 \
    1.14            "otherwise SurvivorRatio is used to determine the size")          \
    1.15                                                                              \
    1.16 +  product(uintx, G1HeapRegionSize, 0,                                       \
    1.17 +          "Size of the G1 regions.")                                        \
    1.18 +                                                                            \
    1.19    experimental(bool, G1ParallelRSetUpdatingEnabled, false,                  \
    1.20            "Enables the parallelization of remembered set updating "         \
    1.21            "during evacuation pauses")                                       \

mercurial