RFR: JDK-4903717: nsk/jdi/ThreadReference/isSuspended/issuspended002 failing

Gary Adams gary.adams at oracle.com
Wed Feb 20 15:57:42 UTC 2019


The issuspended002 has been on the ProblemList since the tests were 
moved to
the open repos. The proposed changeset applies the same fix that was 
used in issuspended001.

The current test fails when the debuggee replies with the "docontinue" 
response,
while it is still holding a lock in a syncrhonized block. When the 
debugger then
suspends the vm the debuggee test thread fails to proceed to the 
expected breakpoint.
Testing in progress.

   Issue: https://bugs.openjdk.java.net/browse/JDK-4903717
   Webrev: http://cr.openjdk.java.net/~gadams/4903717/webrev.00/


More information about the serviceability-dev mailing list