diff -r 1514c0a798d2 -r 43f48e165466 hotspot/src/share/vm/gc/g1/g1Allocator.hpp --- a/hotspot/src/share/vm/gc/g1/g1Allocator.hpp Wed Jun 24 14:28:30 2015 +0000 +++ b/hotspot/src/share/vm/gc/g1/g1Allocator.hpp Wed Jun 24 12:12:25 2015 -0400 @@ -76,7 +76,7 @@ void decrease_used(size_t bytes) { assert(_summary_bytes_used >= bytes, - err_msg("invariant: _summary_bytes_used: "SIZE_FORMAT" should be >= bytes: "SIZE_FORMAT, + err_msg("invariant: _summary_bytes_used: " SIZE_FORMAT " should be >= bytes: " SIZE_FORMAT, _summary_bytes_used, bytes)); _summary_bytes_used -= bytes; }