hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
changeset 33105 294e48b4f704
parent 32727 320855c2baef
child 33155 73bf16b22e89
--- a/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -2684,7 +2684,7 @@
 #endif // _LP64
         }
       } else {
-        fatal(err_msg("unexpected type: %s", basictype_to_str(c->type())));
+        fatal("unexpected type: %s", basictype_to_str(c->type()));
       }
       // cpu register - address
     } else if (opr2->is_address()) {