RFR: 8206074: nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java is timing out
Daniil Titov
daniil.x.titov at oracle.com
Thu Jun 6 02:36:10 UTC 2019
Please review a change that fixes the intermittent failure of the test.
The problem here that there is a chance that a single step event had been posted after the step request was created and before it was deleted.
The fix solves this by ensuring that vm.resume() is called at the end of the test.
Webrev: http://cr.openjdk.java.net/~dtitov/8206074/webrev.01
Bug: https://bugs.openjdk.java.net/browse/JDK-8206074
Thanks!
--Daniil
More information about the serviceability-dev
mailing list