###@###.### 2004-04-15
The testcase is the same as for bug 5019123:
PopStaticInitTest.java
in
/net/jano.sfbay/export/disk20/serviceability/ws/regressionTestsInWaiting/
The com.sun.jdi.StackFrameImpl.pop() does not expect the JDWP.Error.OPAQUE_FRAME error.
Now it returns Unexpected JDWP Error: 32 :
Exception in thread "main" com.sun.jdi.InternalException: Unexpected JDWP Error: 32
at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:47)
at com.sun.tools.jdi.StackFrameImpl.pop(StackFrameImpl.java:326)
at com.sun.tools.jdi.ThreadReferenceImpl.popFrames(ThreadReferenceImpl.java:450)
at PopStaticInitTest.runOnce(PopStaticInitTest.java:91)
at PopStaticInitTest.runTests(PopStaticInitTest.java:70)
at TestScaffold.startTests(TestScaffold.java:396)
at PopStaticInitTest.main(PopStaticInitTest.java:51)
The JDI StackFrameImpl.pop() should expect OPAQUE_FRAME error.
The testcase is the same as for bug 5019123:
PopStaticInitTest.java
in
/net/jano.sfbay/export/disk20/serviceability/ws/regressionTestsInWaiting/
The com.sun.jdi.StackFrameImpl.pop() does not expect the JDWP.Error.OPAQUE_FRAME error.
Now it returns Unexpected JDWP Error: 32 :
Exception in thread "main" com.sun.jdi.InternalException: Unexpected JDWP Error: 32
at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:47)
at com.sun.tools.jdi.StackFrameImpl.pop(StackFrameImpl.java:326)
at com.sun.tools.jdi.ThreadReferenceImpl.popFrames(ThreadReferenceImpl.java:450)
at PopStaticInitTest.runOnce(PopStaticInitTest.java:91)
at PopStaticInitTest.runTests(PopStaticInitTest.java:70)
at TestScaffold.startTests(TestScaffold.java:396)
at PopStaticInitTest.main(PopStaticInitTest.java:51)
The JDI StackFrameImpl.pop() should expect OPAQUE_FRAME error.
- duplicates
-
JDK-6332473 JDI methods don't convert JDWP OPAQUE_FRAME errors into NativeMethodException
-
- Closed
-
- relates to
-
JDK-5019123 PopFrame in a static intializer causes a hotspot crash
-
- Resolved
-