For example, the JDI spect for ThreadReference.popFrames says
NativeMethodException - if one of the frames that would be popped is that of a
native method or if the frame previous to frame is native.
But instead of this, a com.sun.jdi.InternalException is thrown in this case.
Also check StackFrame.visibleVariables*.
NativeMethodException - if one of the frames that would be popped is that of a
native method or if the frame previous to frame is native.
But instead of this, a com.sun.jdi.InternalException is thrown in this case.
Also check StackFrame.visibleVariables*.
- duplicates
-
JDK-5032612 JDI: StackFrameImpl.pop() should expect OPAQUE_FRAME error
-
- Closed
-