8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled

Change C2 specific test to be executed only with server compiler.

Reviewed-by: roland, kvn, thartmann
This commit is contained in:
Christian Hagedorn 2020-07-06 09:16:58 +02:00
parent 459da4aa11
commit b02e4d4aba

View File

@ -23,6 +23,7 @@
/*
* @test
* @requires vm.compiler2.enabled
* @bug 8233033 8235984 8240227
* @summary Tests if partially peeled statements are not executed before the loop predicates by bailing out of loop unswitching.
*