hotspot/src/share/vm/runtime/globals.hpp
changeset 8687 264727307495
parent 8681 c691d94813f9
child 8689 1d9c2c94ce9b
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 15 09:07:49 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 16 10:37:08 2011 -0700
@@ -1540,12 +1540,8 @@
   product(bool, AlwaysPreTouch, false,                                      \
           "It forces all freshly committed pages to be pre-touched.")       \
                                                                             \
-  product(bool, CMSUseOldDefaults, false,                                   \
-          "A flag temporarily introduced to allow reverting to some "       \
-          "older default settings; older as of 6.0")                        \
-                                                                            \
-  product(intx, CMSYoungGenPerWorker, 16*M,                                 \
-          "The amount of young gen chosen by default per GC worker "        \
+  product_pd(intx, CMSYoungGenPerWorker,                                    \
+          "The maximum size of young gen chosen by default per GC worker "  \
           "thread available")                                               \
                                                                             \
   product(bool, GCOverheadReporting, false,                                 \