src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
changeset 58103 689a80d20550
parent 58015 dd84de796f2c
child 58516 d376d86b0a01
--- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp	Fri Aug 23 14:22:29 2019 +0200
+++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp	Thu Sep 12 12:12:26 2019 +0200
@@ -2557,13 +2557,8 @@
       tty->print_cr("r31 = 0x%016lx", regs[31]);
       BREAKPOINT;
     }
-    ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);
-  } else {
-    ttyLocker ttyl;
-    ::tty->print_cr("=============== DEBUG MESSAGE: %s ================\n",
-                    msg);
-    assert(false, "DEBUG MESSAGE: %s", msg);
   }
+  fatal("DEBUG MESSAGE: %s", msg);
 }
 
 void MacroAssembler::push_call_clobbered_registers() {