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

Vaibhav Choudhary vaibhav.x.choudhary at oracle.com
Tue May 26 03:42:14 UTC 2020


Gentle reminder. 


> On 23-May-2020, at 8:18 PM, Vaibhav Choudhary <vaibhav.x.choudhary at oracle.com> wrote:
> 
> 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