src/share/vm/runtime/globals.hpp

changeset 2652
048f98400b8e
parent 2638
72dee110246f
parent 2650
dde920245681
child 2658
c7f3d0b4570f
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Mar 18 01:44:15 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Mar 18 09:03:43 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,                                 \
    1.18 @@ -3653,9 +3649,6 @@
    1.19    product(bool, RequireSharedSpaces, false,                                 \
    1.20            "Require shared spaces in the permanent generation")              \
    1.21                                                                              \
    1.22 -  product(bool, ForceSharedSpaces, false,                                   \
    1.23 -          "Require shared spaces in the permanent generation")              \
    1.24 -                                                                            \
    1.25    product(bool, DumpSharedSpaces, false,                                    \
    1.26             "Special mode: JVM reads a class list, loads classes, builds "   \
    1.27              "shared spaces, and dumps the shared spaces to a file to be "   \

mercurial