[16] RFR(T): 8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jul 2 17:30:01 UTC 2020


I think it should requires vm.compiler2.enabled because this test very C2 specific.
Note, Graal and C2 are mutually exclusive.

Thanks,
Vladimir K

On 7/2/20 7:31 AM, Christian Hagedorn wrote:
> Hi
> 
> Please review the following patch:
> https://bugs.openjdk.java.net/browse/JDK-8248596
> http://cr.openjdk.java.net/~chagedorn/8248596/webrev.00/
> 
> It excludes the execution of this C2 specific test with Graal since it has many methods and runs with CompileOnly, 
> possibly letting it time out with Graal.
> 
> Best regards,
> Christian


More information about the hotspot-compiler-dev mailing list