8245179: [TESTBUG] compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally

Vaibhav Choudhary vaibhav.x.choudhary at oracle.com
Sat May 23 14:48:26 UTC 2020


Hi,

Please review this trivial patch.

CR - https://bugs.openjdk.java.net/browse/JDK-8245179 <https://bugs.openjdk.java.net/browse/JDK-8245179> <https://bugs.openjdk.java.net/browse/JDK-8245179 <https://bugs.openjdk.java.net/browse/JDK-8245179>>
Webrev: http://cr.openjdk.java.net/~vaibhav/8245179/webrev.00/ <http://cr.openjdk.java.net/~vaibhav/8245179/webrev.00/>

Testcase: compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java
Description: 8241232 prevents BootStrapJVMCI to run with TieredStopAtLevel. This issue is a test fix which suggests, not to run the testcase with TieredStopAtLevel.

- * @requires vm.jvmci & !vm.graal.enabled & vm.compMode == "Xmixed"
+ * @requires vm.jvmci & !vm.graal.enabled & vm.compMode == "Xmixed" & vm.opt.TieredStopAtLevel == null 


Thanks,
Vaibhav Choudhary



More information about the hotspot-compiler-dev mailing list