ignore com.sun.jdi.InvalidStackFrameException

This commit is contained in:
Eugene Zhuravlev
2009-10-22 19:54:31 +04:00
parent f4d8ad92dd
commit 6f546cff9e
@@ -255,6 +255,8 @@ public final class ThreadReferenceProxyImpl extends ObjectReferenceProxyImpl imp
try {
getThreadReference().popFrames(stackFrame.getStackFrame());
}
catch (InvalidStackFrameException ignored) {
}
catch (ObjectCollectedException ignored) {
}
catch (InternalException e) {