diff src/cpu/x86/vm/assembler_x86.cpp @ 3442:f7d55ea6ee56

7045514: SPARC assembly code for JSR 292 ricochet frames Reviewed-by: kvn, jrose
author never
date Fri, 03 Jun 2011 22:31:43 -0700
parents 2e038ad0c1d0
children 07c2e7ffd1fc
line wrap: on
line diff
--- a/src/cpu/x86/vm/assembler_x86.cpp	Thu Jun 02 13:36:11 2011 -0700
+++ b/src/cpu/x86/vm/assembler_x86.cpp	Fri Jun 03 22:31:43 2011 -0700
@@ -5090,7 +5090,7 @@
   } else {
     ttyLocker ttyl;
     ::tty->print_cr("=============== DEBUG MESSAGE: %s ================\n", msg);
-    assert(false, "DEBUG MESSAGE");
+    assert(false, err_msg("DEBUG MESSAGE: %s", msg));
   }
   ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);
 }
@@ -5653,6 +5653,7 @@
     ttyLocker ttyl;
     ::tty->print_cr("=============== DEBUG MESSAGE: %s ================\n",
                     msg);
+    assert(false, err_msg("DEBUG MESSAGE: %s", msg));
   }
 }