--- old/src/share/vm/runtime/globals.hpp 2014-11-07 15:13:04.357430411 -0800 +++ new/src/share/vm/runtime/globals.hpp 2014-11-07 15:13:04.261428914 -0800 @@ -1526,6 +1526,9 @@ 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") \ \