diff src/share/vm/classfile/classFileParser.cpp @ 1490:f03d0a26bf83

6888954: argument formatting for assert() and friends Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
author jcoomes
date Thu, 22 Apr 2010 13:23:15 -0700
parents b9d85fcdf743
children df736661d0c8
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/src/share/vm/classfile/classFileParser.cpp	Thu Apr 22 13:23:15 2010 -0700
@@ -334,7 +334,8 @@
         }
         break;
       default:
-        fatal1("bad constant pool tag value %u", cp->tag_at(index).value());
+        fatal(err_msg("bad constant pool tag value %u",
+                      cp->tag_at(index).value()));
         ShouldNotReachHere();
         break;
     } // end of switch