src/share/vm/runtime/globals.hpp

changeset 878
b5e603f2e024
parent 869
de78b80cedec
parent 873
122d10c82f3f
child 884
171e581e8161
child 887
00b023ae2d78
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Nov 19 09:09:31 2008 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Nov 19 14:20:51 2008 -0800
     1.3 @@ -2792,7 +2792,7 @@
     1.4    product(intx, TargetSurvivorRatio,    50,                                 \
     1.5            "Desired percentage of survivor space used after scavenge")       \
     1.6                                                                              \
     1.7 -  product(intx, MarkSweepDeadRatio,     5,                                  \
     1.8 +  product(uintx, MarkSweepDeadRatio,     5,                                 \
     1.9            "Percentage (0-100) of the old gen allowed as dead wood."         \
    1.10            "Serial mark sweep treats this as both the min and max value."    \
    1.11            "CMS uses this value only if it falls back to mark sweep."        \
    1.12 @@ -2801,7 +2801,7 @@
    1.13            "either completely full or completely empty.  Par compact also"   \
    1.14            "has a smaller default value; see arguments.cpp.")                \
    1.15                                                                              \
    1.16 -  product(intx, PermMarkSweepDeadRatio,    20,                              \
    1.17 +  product(uintx, PermMarkSweepDeadRatio,    20,                             \
    1.18            "Percentage (0-100) of the perm gen allowed as dead wood."        \
    1.19            "See MarkSweepDeadRatio for collector-specific comments.")        \
    1.20                                                                              \

mercurial