diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotSignature.java @ 2054:3c0a889a176b

Added GC stats. Enabling intrinsics.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 12 Jan 2011 19:14:32 +0100
parents 79d04223b8a5
children 569d3fe7d65c
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotSignature.java	Tue Jan 11 17:02:38 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotSignature.java	Wed Jan 12 19:14:32 2011 +0100
@@ -30,7 +30,7 @@
  *
  * @author Thomas Wuerthinger, Lukas Stadler
  */
-public class HotSpotSignature implements RiSignature, CompilerObject {
+public class HotSpotSignature extends CompilerObject implements RiSignature {
 
     private final List<String> arguments = new ArrayList<String>();
     private final String returnType;