diff src/share/vm/runtime/sharedRuntime.cpp @ 1942:00bc9eaf0e24

Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 29 Dec 2010 20:06:41 +0100
parents 8d88c9ac9247
children 06f017f7daa7
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Tue Dec 28 18:33:26 2010 +0100
+++ b/src/share/vm/runtime/sharedRuntime.cpp	Wed Dec 29 20:06:41 2010 +0100
@@ -731,7 +731,7 @@
 #endif
           if (UseC1X) {
             if (TraceSignals) {
-              tty->print_cr("calling implicit call stub relative pc=%d method name = %s", pc - nm->entry_point(), nm->method()->name()->as_C_string());
+              tty->print_cr(err_msg("calling implicit call stub relative pc=%d method name = %s", pc - nm->entry_point(), nm->method()->name()->as_C_string()));
             }
             target_pc = Runtime1::entry_for(Runtime1::c1x_global_implicit_null_id);
           } else {