< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 1524,1533 **** --- 1524,1536 ---- "Use CMS best fit allocation strategy") \ \ product(bool, UseCMSCollectionPassing, true, \ "Use passing of collection from background to foreground") \ \ + product(bool, CMSFastPromotionFailure, true, \ + "Make promotion failure fail faster.") \ + \ product(bool, UseParNewGC, false, \ "Use parallel threads in the new generation") \ \ product(bool, ParallelGCVerbose, false, \ "Verbose output for parallel gc") \
< prev index next >