src/share/vm/runtime/globals.hpp

changeset 2243
a7214d79fcf1
parent 2242
cd3ef3fd20dd
child 2245
f5c8d6e5bfee
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Oct 21 17:29:24 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Sat Oct 23 23:03:49 2010 -0700
     1.3 @@ -1786,10 +1786,6 @@
     1.4    notproduct(bool, GCALotAtAllSafepoints, false,                            \
     1.5            "Enforce ScavengeALot/GCALot at all potential safepoints")        \
     1.6                                                                              \
     1.7 -  product(bool, HandlePromotionFailure, true,                               \
     1.8 -          "The youngest generation collection does not require "            \
     1.9 -          "a guarantee of full promotion of all live objects.")             \
    1.10 -                                                                            \
    1.11    product(bool, PrintPromotionFailure, false,                               \
    1.12            "Print additional diagnostic information following "              \
    1.13            " promotion failure")                                             \
    1.14 @@ -3003,9 +2999,6 @@
    1.15    product(intx, NewRatio, 2,                                                \
    1.16            "Ratio of new/old generation sizes")                              \
    1.17                                                                              \
    1.18 -  product(uintx, MaxLiveObjectEvacuationRatio, 100,                         \
    1.19 -          "Max percent of eden objects that will be live at scavenge")      \
    1.20 -                                                                            \
    1.21    product_pd(uintx, NewSizeThreadIncrease,                                  \
    1.22            "Additional size added to desired new generation size per "       \
    1.23            "non-daemon thread (in bytes)")                                   \

mercurial