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
