-
Bug
-
Resolution: Fixed
-
P3
-
6
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2143447 | 6u1 | James Holmlund | P3 | Resolved | Fixed | b01 |
JDK-2143448 | 5.0u11 | James Holmlund | P3 | Resolved | Fixed | b02 |
During test development I found case when internal event handler throws InternalException with description "Inconsistent suspend policy":
Exception in thread "JDI Internal Event Handler" com.sun.jdi.InternalException: Inconsistent suspend policy
at com.sun.tools.jdi.EventSetImpl.resume(EventSetImpl.java:764)
at com.sun.tools.jdi.EventSetImpl.build(EventSetImpl.java:635)
at com.sun.tools.jdi.EventQueueImpl.removeUnfiltered(EventQueueImpl.java:193)
at com.sun.tools.jdi.EventQueueImpl.removeInternal(EventQueueImpl.java:106)
at com.sun.tools.jdi.InternalEventHandler.run(InternalEventHandler.java:36)
at java.lang.Thread.run(Thread.java:619)
Test is attached.
Exception in thread "JDI Internal Event Handler" com.sun.jdi.InternalException: Inconsistent suspend policy
at com.sun.tools.jdi.EventSetImpl.resume(EventSetImpl.java:764)
at com.sun.tools.jdi.EventSetImpl.build(EventSetImpl.java:635)
at com.sun.tools.jdi.EventQueueImpl.removeUnfiltered(EventQueueImpl.java:193)
at com.sun.tools.jdi.EventQueueImpl.removeInternal(EventQueueImpl.java:106)
at com.sun.tools.jdi.InternalEventHandler.run(InternalEventHandler.java:36)
at java.lang.Thread.run(Thread.java:619)
Test is attached.
- backported by
-
JDK-2143447 "com.sun.jdi.InternalException: Inconsistent suspend policy" in internal event handler
- Resolved
-
JDK-2143448 "com.sun.jdi.InternalException: Inconsistent suspend policy" in internal event handler
- Resolved
- relates to
-
JDK-6889481 TEST_BUG: com/sun/jdi/SuspendThreadTest.java should be modified in the jdk6 j2se Workspace
- Resolved