Searched defs:catchClass (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DExceptionEvent.java36 private Oop catchClass; field in class:ExceptionEvent
45 Oop catchClass,
54 this.catchClass = catchClass;
64 public Oop catchClass() { return catchClass; } method in class:ExceptionEvent
40 ExceptionEvent(Oop thread, Oop clazz, JNIid method, int location, Oop exception, Oop catchClass, JNIid catchMethod, int catchLocation) argument

Completed in 30 milliseconds