changeset 7114:acfca8c77dd2

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 30 Nov 2012 11:13:36 +0100
parents 38076efb9062 (current diff) 60bef2672469 (diff)
children 1c76a458616e ceb8c5b29419
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Fri Nov 30 11:11:13 2012 +0100
+++ b/src/share/vm/code/nmethod.cpp	Fri Nov 30 11:13:36 2012 +0100
@@ -1449,7 +1449,8 @@
   }
 
   if (TraceCreateZombies) {
-    tty->print_cr("nmethod <" INTPTR_FORMAT "> code made %s", this, (state == not_entrant) ? "not entrant" : "zombie");
+    ResourceMark m;
+    tty->print_cr("nmethod <" INTPTR_FORMAT "> %s code made %s", this, this->method()->name_and_sig_as_C_string(), (state == not_entrant) ? "not entrant" : "zombie");
   }
 
   // Make sweeper aware that there is a zombie method that needs to be removed