--- old/src/share/vm/gc/g1/collectionSetChooser.hpp 2015-05-27 21:55:35.552137164 -0400 +++ new/src/share/vm/gc/g1/collectionSetChooser.hpp 2015-05-27 21:55:34.232062262 -0400 @@ -92,7 +92,7 @@ regions_at_put(_curr_index, NULL); assert(hr->reclaimable_bytes() <= _remaining_reclaimable_bytes, err_msg("remaining reclaimable bytes inconsistent " - "from region: "SIZE_FORMAT" remaining: "SIZE_FORMAT, + "from region: " SIZE_FORMAT " remaining: " SIZE_FORMAT, hr->reclaimable_bytes(), _remaining_reclaimable_bytes)); _remaining_reclaimable_bytes -= hr->reclaimable_bytes(); _curr_index += 1;