hotspot/src/share/vm/opto/mathexactnode.cpp
changeset 33105 294e48b4f704
parent 25930 eae8b7490d2c
child 35551 36ef3841fb34
--- a/hotspot/src/share/vm/opto/mathexactnode.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/opto/mathexactnode.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -167,7 +167,7 @@
 }
 
 const Type* OverflowNode::sub(const Type* t1, const Type* t2) const {
-  fatal(err_msg_res("sub() should not be called for '%s'", NodeClassNames[this->Opcode()]));
+  fatal("sub() should not be called for '%s'", NodeClassNames[this->Opcode()]);
   return TypeInt::CC;
 }