hotspot/src/share/vm/runtime/globals.hpp
changeset 8687 264727307495
parent 8681 c691d94813f9
child 8689 1d9c2c94ce9b
equal deleted inserted replaced
8686:fd6f55561f34 8687:264727307495
  1538           " PLAB resizing during a scavenge")                               \
  1538           " PLAB resizing during a scavenge")                               \
  1539                                                                             \
  1539                                                                             \
  1540   product(bool, AlwaysPreTouch, false,                                      \
  1540   product(bool, AlwaysPreTouch, false,                                      \
  1541           "It forces all freshly committed pages to be pre-touched.")       \
  1541           "It forces all freshly committed pages to be pre-touched.")       \
  1542                                                                             \
  1542                                                                             \
  1543   product(bool, CMSUseOldDefaults, false,                                   \
  1543   product_pd(intx, CMSYoungGenPerWorker,                                    \
  1544           "A flag temporarily introduced to allow reverting to some "       \
  1544           "The maximum size of young gen chosen by default per GC worker "  \
  1545           "older default settings; older as of 6.0")                        \
       
  1546                                                                             \
       
  1547   product(intx, CMSYoungGenPerWorker, 16*M,                                 \
       
  1548           "The amount of young gen chosen by default per GC worker "        \
       
  1549           "thread available")                                               \
  1545           "thread available")                                               \
  1550                                                                             \
  1546                                                                             \
  1551   product(bool, GCOverheadReporting, false,                                 \
  1547   product(bool, GCOverheadReporting, false,                                 \
  1552          "Enables the GC overhead reporting facility")                      \
  1548          "Enables the GC overhead reporting facility")                      \
  1553                                                                             \
  1549                                                                             \