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

David Holmes david.holmes at oracle.com
Sat May 23 12:53:07 UTC 2020


Hi Vaibhav,

I think you sent this to the wrong mailing list.

Cheers,
David

On 22/05/2020 6:27 pm, Vaibhav Choudhary wrote:
> Hi,
> 
> Please review this trivial patch.
> 
> CR - 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/
> 
> 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-runtime-dev mailing list