src/share/vm/runtime/globals.hpp

changeset 2245
f5c8d6e5bfee
parent 2230
4e22405d98d6
parent 2243
a7214d79fcf1
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Oct 26 16:48:28 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Nov 01 10:49:14 2010 -0700
     1.3 @@ -1588,7 +1588,7 @@
     1.4            "(Temporary, subject to experimentation)"                         \
     1.5            "Nominal minimum work per abortable preclean iteration")          \
     1.6                                                                              \
     1.7 -  product(intx, CMSAbortablePrecleanWaitMillis, 100,                        \
     1.8 +  manageable(intx, CMSAbortablePrecleanWaitMillis, 100,                     \
     1.9            "(Temporary, subject to experimentation)"                         \
    1.10            " Time that we sleep between iterations when not given"           \
    1.11            " enough work per iteration")                                     \
    1.12 @@ -1680,7 +1680,7 @@
    1.13    product(uintx, CMSWorkQueueDrainThreshold, 10,                            \
    1.14            "Don't drain below this size per parallel worker/thief")          \
    1.15                                                                              \
    1.16 -  product(intx, CMSWaitDuration, 2000,                                      \
    1.17 +  manageable(intx, CMSWaitDuration, 2000,                                   \
    1.18            "Time in milliseconds that CMS thread waits for young GC")        \
    1.19                                                                              \
    1.20    product(bool, CMSYield, true,                                             \
    1.21 @@ -1789,10 +1789,6 @@
    1.22    notproduct(bool, GCALotAtAllSafepoints, false,                            \
    1.23            "Enforce ScavengeALot/GCALot at all potential safepoints")        \
    1.24                                                                              \
    1.25 -  product(bool, HandlePromotionFailure, true,                               \
    1.26 -          "The youngest generation collection does not require "            \
    1.27 -          "a guarantee of full promotion of all live objects.")             \
    1.28 -                                                                            \
    1.29    product(bool, PrintPromotionFailure, false,                               \
    1.30            "Print additional diagnostic information following "              \
    1.31            " promotion failure")                                             \
    1.32 @@ -3006,9 +3002,6 @@
    1.33    product(intx, NewRatio, 2,                                                \
    1.34            "Ratio of new/old generation sizes")                              \
    1.35                                                                              \
    1.36 -  product(uintx, MaxLiveObjectEvacuationRatio, 100,                         \
    1.37 -          "Max percent of eden objects that will be live at scavenge")      \
    1.38 -                                                                            \
    1.39    product_pd(uintx, NewSizeThreadIncrease,                                  \
    1.40            "Additional size added to desired new generation size per "       \
    1.41            "non-daemon thread (in bytes)")                                   \

mercurial