hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 5403 6b0dd9c75dde
parent 5250 ea743ca75cd9
child 5426 470c15eda401
--- a/hotspot/src/share/vm/classfile/classFileParser.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/hotspot/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