< prev index next >

src/share/vm/classfile/metadataOnStackMark.cpp

Print this page

        

@@ -117,11 +117,11 @@
 
   if (allocated == NULL) {
     allocated = new MetadataOnStackBuffer();
   }
 
-  assert(!allocated->is_full(), err_msg("Should not be full: " PTR_FORMAT, p2i(allocated)));
+  assert(!allocated->is_full(), "Should not be full: " PTR_FORMAT, p2i(allocated));
 
   return allocated;
 }
 
 // Record which objects are marked so we can unmark the same objects.
< prev index next >