src/share/vm/runtime/globals.hpp

changeset 7686
fb69749583e8
parent 7633
8461d0b03127
child 7854
e8260b6328fb
equal deleted inserted replaced
7685:bff23dedb306 7686:fb69749583e8
1492 \ 1492 \
1493 product(uintx, GCLockerEdenExpansionPercent, 5, \ 1493 product(uintx, GCLockerEdenExpansionPercent, 5, \
1494 "How much the GC can expand the eden by while the GC locker " \ 1494 "How much the GC can expand the eden by while the GC locker " \
1495 "is active (as a percentage)") \ 1495 "is active (as a percentage)") \
1496 \ 1496 \
1497 diagnostic(intx, GCLockerRetryAllocationCount, 2, \ 1497 diagnostic(uintx, GCLockerRetryAllocationCount, 2, \
1498 "Number of times to retry allocations when " \ 1498 "Number of times to retry allocations when " \
1499 "blocked by the GC locker") \ 1499 "blocked by the GC locker") \
1500 \ 1500 \
1501 develop(bool, UseCMSAdaptiveFreeLists, true, \ 1501 develop(bool, UseCMSAdaptiveFreeLists, true, \
1502 "Use adaptive free lists in the CMS generation") \ 1502 "Use adaptive free lists in the CMS generation") \

mercurial