--- old/src/share/vm/runtime/globals.hpp 2014-10-29 15:08:30.873597953 -0700 +++ new/src/share/vm/runtime/globals.hpp 2014-10-29 15:08:30.809596954 -0700 @@ -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") \ \