-
Bug
-
Resolution: Incomplete
-
P3
-
None
-
hs20
-
generic
-
generic
SA-JDI reported the following exception when calling StackFrame.thisObject():
# ERROR: sun.jvm.hotspot.utilities.AssertionFailure: type check
# ERROR: at sun.jvm.hotspot.utilities.Assert.that(Assert.java:32)
# ERROR: at sun.jvm.hotspot.runtime.StackValue.getObject(StackValue.java:59)
# ERROR: at sun.jvm.hotspot.runtime.StackValueCollection.oopHandleAt(StackValueCollection.java:51)
# ERROR: at sun.jvm.hotspot.jdi.StackFrameImpl.thisObject(StackFrameImpl.java:126)
Please see comments for more information.
# ERROR: sun.jvm.hotspot.utilities.AssertionFailure: type check
# ERROR: at sun.jvm.hotspot.utilities.Assert.that(Assert.java:32)
# ERROR: at sun.jvm.hotspot.runtime.StackValue.getObject(StackValue.java:59)
# ERROR: at sun.jvm.hotspot.runtime.StackValueCollection.oopHandleAt(StackValueCollection.java:51)
# ERROR: at sun.jvm.hotspot.jdi.StackFrameImpl.thisObject(StackFrameImpl.java:126)
Please see comments for more information.
- relates to
-
JDK-8187401 Java Stack cannot be shown on HSDB
- Resolved