diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotExceptionHandler.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 9e5e83ca2259
children f58974bce9bd
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotExceptionHandler.java	Tue Jan 11 17:02:38 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotExceptionHandler.java	Wed Jan 12 19:14:32 2011 +0100
@@ -23,7 +23,7 @@
 import com.sun.cri.ri.*;
 
 
-public class HotSpotExceptionHandler implements RiExceptionHandler, CompilerObject {
+public class HotSpotExceptionHandler extends CompilerObject implements RiExceptionHandler {
     private int startBci;
     private int endBci;
     private int handlerBci;