< prev index next >

src/share/vm/gc/g1/g1BlockOffsetTable.hpp

Print this page

        

@@ -148,11 +148,11 @@
   u_char* _offset_array;          // byte array keeping backwards offsets
 
   void check_offset(size_t offset, const char* msg) const {
     assert(offset <= N_words,
            err_msg("%s - "
-                   "offset: " SIZE_FORMAT", N_words: %u",
+                   "offset: " SIZE_FORMAT ", N_words: %u",
                    msg, offset, (uint)N_words));
   }
 
   // Bounds checking accessors:
   // For performance these have to devolve to array accesses in product builds.
< prev index next >