hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp
changeset 33129 e0bcbb5015b3
parent 33066 d98eab8215c4
parent 33105 294e48b4f704
child 33148 68fa8b6c4340
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp	Thu Oct 01 11:52:44 2015 -0700
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp	Wed Oct 07 01:03:24 2015 +0200
@@ -418,7 +418,7 @@
     ::tty->print_cr("=============== DEBUG MESSAGE: %s ================\n", msg);
   }
   // Don't assert holding the ttyLock
-    assert(false, err_msg("DEBUG MESSAGE: %s", msg));
+    assert(false, "DEBUG MESSAGE: %s", msg);
   ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);
 }
 
@@ -884,7 +884,7 @@
     ttyLocker ttyl;
     ::tty->print_cr("=============== DEBUG MESSAGE: %s ================\n",
                     msg);
-    assert(false, err_msg("DEBUG MESSAGE: %s", msg));
+    assert(false, "DEBUG MESSAGE: %s", msg);
   }
 }