diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java @ 1449:8cfe3537a0d3

Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 11 Nov 2010 14:09:37 +0100
parents d0c8d3a2a7e8
children 565f45cebac2
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Tue Nov 09 13:42:06 2010 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Thu Nov 11 14:09:37 2010 +0100
@@ -165,7 +165,7 @@
 
     @Override
     public String toString() {
-        return "HotSpotMethod<" + name + ">";
+        return "HotSpotMethod<" + holder.name() + ". " + name + ">";
     }
 
     @Override