RFR 8203809: [Graal] JDI tests fail with: JDITestRuntimeException : ** event IS NOT a breakpoint **
Daniil Titov
daniil.x.titov at oracle.com
Tue Jun 12 00:52:19 UTC 2018
Please review the changes that fix failure of 6 JDI tests run with Graal.
The problem here is that currently the tests filter out only 2 specific JFR events (nsk.share.jdi.EventsFilter.filtered()) before analyzing them and fail if the received event doesn't match the expected one. But with Graal turned on new events generated by the compiler thread are occasionally found in the event queue and cause the tests failure. The fix makes the tests to use an additional check to filter out events not related to the debuggee class.
Bug: https://bugs.openjdk.java.net/browse/JDK-8203809
Webrev: http://cr.openjdk.java.net/~dtitov/8203809/webrev.01
Thanks,
Daniil
More information about the serviceability-dev
mailing list