Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2128108 | 5.0u6 | James Holmlund | P3 | Resolved | Fixed | b03 |
See TwoThreadsTest.java in
/net/jano.sfbay/export/disk20/serviceability/ws/regressionTestsInWaiting/
In this test, two bkpts are set in a debuggee. The debuggee runs
two threads, both of which hit both bkpts.
The debugger has a bkpt handler that disables both of the BreakpointRequests,
does some processing, then re-enables both BreakpointRequests.
After a few hits of the bkpts, the debuggee hangs.
###@###.### 2005-07-13 00:45:02 GMT
/net/jano.sfbay/export/disk20/serviceability/ws/regressionTestsInWaiting/
In this test, two bkpts are set in a debuggee. The debuggee runs
two threads, both of which hit both bkpts.
The debugger has a bkpt handler that disables both of the BreakpointRequests,
does some processing, then re-enables both BreakpointRequests.
After a few hits of the bkpts, the debuggee hangs.
###@###.### 2005-07-13 00:45:02 GMT
- backported by
-
JDK-2128108 JDI: Disabling an EventRequest can cause a multi-threaded debuggee to hang
-
- Resolved
-