hotspot/src/share/vm/gc/g1/collectionSetChooser.hpp
changeset 31592 43f48e165466
parent 31346 a70d45c06136
child 32745 d238cd8170fc
--- a/hotspot/src/share/vm/gc/g1/collectionSetChooser.hpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/share/vm/gc/g1/collectionSetChooser.hpp	Wed Jun 24 12:12:25 2015 -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;