RFR: 8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails
Daniil Titov
daniil.x.titov at oracle.com
Tue Apr 9 23:37:17 UTC 2019
Please review the change that fixes intermittent failure of the test when running with Graal on.
The problem here is the similar to the one fixed in JDK-8218401, the callbacks this test enables keep processing events and perform JVMTI calls after VM is terminated. The fix ensures that the test does a quick return from the callbacks after VMDeath event is received.
Webrev: http://cr.openjdk.java.net/~dtitov/8222224/webrev.01/
Bug: https://bugs.openjdk.java.net/browse/JDK-8222224
Thanks!
--Daniil
More information about the serviceability-dev
mailing list