--- old/src/share/vm/gc/shared/generation.cpp 2015-05-27 21:58:19.041415754 -0400 +++ new/src/share/vm/gc/shared/generation.cpp 2015-05-27 21:58:17.729341164 -0400 @@ -175,7 +175,7 @@ bool res = (available >= max_promotion_in_bytes); if (PrintGC && Verbose) { gclog_or_tty->print_cr( - "Generation: promo attempt is%s safe: available("SIZE_FORMAT") %s max_promo("SIZE_FORMAT")", + "Generation: promo attempt is%s safe: available(" SIZE_FORMAT ") %s max_promo(" SIZE_FORMAT ")", res? "":" not", available, res? ">=":"<", max_promotion_in_bytes); }