OpenJDK / jdk / jdk
changeset 60063:26d27e424109
8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled
Summary: Change C2 specific test to be executed only with server compiler.
Reviewed-by: roland, kvn, thartmann
author | chagedorn |
---|---|
date | Mon, 06 Jul 2020 09:16:58 +0200 |
parents | b9529fcbbd33 |
children | 00a964b6ab71 |
files | test/hotspot/jtreg/compiler/loopopts/PartialPeelingUnswitch.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/loopopts/PartialPeelingUnswitch.java Sun Jun 28 16:47:25 2020 +0800 +++ b/test/hotspot/jtreg/compiler/loopopts/PartialPeelingUnswitch.java Mon Jul 06 09:16:58 2020 +0200 @@ -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. *