hotspot/src/share/vm/opto/castnode.cpp
changeset 33105 294e48b4f704
parent 30300 4b12a5b40064
child 35545 a8f29dfd62b2
--- a/hotspot/src/share/vm/opto/castnode.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/opto/castnode.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -129,7 +129,7 @@
             } else {
               stringStream ss;
               test.dump_on(&ss);
-              fatal(err_msg_res("unexpected comparison %s", ss.as_string()));
+              fatal("unexpected comparison %s", ss.as_string());
             }
             int lo_int = (int)lo_long;
             int hi_int = (int)hi_long;