src/share/vm/runtime/globals.hpp

changeset 2650
dde920245681
parent 2644
a2c2eac1ca62
child 2652
048f98400b8e
equal deleted inserted replaced
2649:1abd292f8c38 2650:dde920245681
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 \

mercurial