comparison src/share/vm/runtime/globals.hpp @ 2370:048f98400b8e

Merge
author jcoomes
date Fri, 18 Mar 2011 09:03:43 -0700
parents 72dee110246f dde920245681
children c7f3d0b4570f
comparison
equal deleted inserted replaced
2360:fc5ebbb2d1a8 2370:048f98400b8e
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 \
3649 \ 3645 \
3650 product(bool, UseSharedSpaces, true, \ 3646 product(bool, UseSharedSpaces, true, \
3651 "Use shared spaces in the permanent generation") \ 3647 "Use shared spaces in the permanent generation") \
3652 \ 3648 \
3653 product(bool, RequireSharedSpaces, false, \ 3649 product(bool, RequireSharedSpaces, false, \
3654 "Require shared spaces in the permanent generation") \
3655 \
3656 product(bool, ForceSharedSpaces, false, \
3657 "Require shared spaces in the permanent generation") \ 3650 "Require shared spaces in the permanent generation") \
3658 \ 3651 \
3659 product(bool, DumpSharedSpaces, false, \ 3652 product(bool, DumpSharedSpaces, false, \
3660 "Special mode: JVM reads a class list, loads classes, builds " \ 3653 "Special mode: JVM reads a class list, loads classes, builds " \
3661 "shared spaces, and dumps the shared spaces to a file to be " \ 3654 "shared spaces, and dumps the shared spaces to a file to be " \