index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 7780 : imported patch 8072621

*** 1514,1524 **** \ product(uintx, GCLockerEdenExpansionPercent, 5, \ "How much the GC can expand the eden by while the GC locker " \ "is active (as a percentage)") \ \ ! diagnostic(intx, GCLockerRetryAllocationCount, 2, \ "Number of times to retry allocations when " \ "blocked by the GC locker") \ \ develop(bool, UseCMSAdaptiveFreeLists, true, \ "Use adaptive free lists in the CMS generation") \ --- 1514,1524 ---- \ product(uintx, GCLockerEdenExpansionPercent, 5, \ "How much the GC can expand the eden by while the GC locker " \ "is active (as a percentage)") \ \ ! diagnostic(uintx, GCLockerRetryAllocationCount, 2, \ "Number of times to retry allocations when " \ "blocked by the GC locker") \ \ develop(bool, UseCMSAdaptiveFreeLists, true, \ "Use adaptive free lists in the CMS generation") \
index next >