src/share/vm/runtime/globals.hpp

changeset 2650
dde920245681
parent 2644
a2c2eac1ca62
child 2652
048f98400b8e
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Mar 15 09:07:49 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Mar 16 10:37:08 2011 -0700
     1.3 @@ -1540,12 +1540,8 @@
     1.4    product(bool, AlwaysPreTouch, false,                                      \
     1.5            "It forces all freshly committed pages to be pre-touched.")       \
     1.6                                                                              \
     1.7 -  product(bool, CMSUseOldDefaults, false,                                   \
     1.8 -          "A flag temporarily introduced to allow reverting to some "       \
     1.9 -          "older default settings; older as of 6.0")                        \
    1.10 -                                                                            \
    1.11 -  product(intx, CMSYoungGenPerWorker, 16*M,                                 \
    1.12 -          "The amount of young gen chosen by default per GC worker "        \
    1.13 +  product_pd(intx, CMSYoungGenPerWorker,                                    \
    1.14 +          "The maximum size of young gen chosen by default per GC worker "  \
    1.15            "thread available")                                               \
    1.16                                                                              \
    1.17    product(bool, GCOverheadReporting, false,                                 \

mercurial