comparison 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
comparison
equal deleted inserted replaced
2053:0db8c8cc5b4a 2054:3c0a889a176b
21 package com.sun.hotspot.c1x; 21 package com.sun.hotspot.c1x;
22 22
23 import com.sun.cri.ri.*; 23 import com.sun.cri.ri.*;
24 24
25 25
26 public class HotSpotExceptionHandler implements RiExceptionHandler, CompilerObject { 26 public class HotSpotExceptionHandler extends CompilerObject implements RiExceptionHandler {
27 private int startBci; 27 private int startBci;
28 private int endBci; 28 private int endBci;
29 private int handlerBci; 29 private int handlerBci;
30 private int catchClassIndex; 30 private int catchClassIndex;
31 private RiType catchClass; 31 private RiType catchClass;