JDK-6865514 : MonitorFrameInfo.java fails in 6u11
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 6u11,6u17
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic,solaris_10
  • CPU: generic,x86
  • Submitted: 2009-07-28
  • Updated: 2023-12-14
  • Resolved: 2016-11-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
This bug concerns the following SDK/JDK test:

    com/sun/jdi/MonitorFrameInfo.java

This test fails in 6u11 because the following fixes
were anti-delta'ed:

6700889 Thread resume invalidates all stack frames, even from other threads
6701700 MonitorInfo objects aren't invalidated when the owning thread is resumed 

after being putback to 6u10. This bug is being opened
to track that this test now fails again.

Comments
Not an issue for JDK 9, closing as CNR.
09-11-2016

RULE com/sun/jdi/ResumeOneThreadTest.java Exception com.sun.jdi.InvalidStackFrameException: Thread has been resumed RULE com/sun/jdi/ResumeOneThreadTest.java Exception java.lang.Exception: ResumeOneThreadTest: failed
30-04-2015