hotspot/src/share/vm/gc/g1/g1Allocator.hpp
changeset 31592 43f48e165466
parent 31370 e27de7435453
child 31632 d041b34dd3e7
--- 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;
    }