Skip to content

Commit 1e1a63f

Browse files
committed
Fix IR test
1 parent d45b77f commit 1e1a63f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/hotspot/jtreg/compiler/stable/LazyConstantsIrTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static void main(String[] args) {
4747
"--enable-preview",
4848
"-XX:+UnlockExperimentalVMOptions")
4949
.addCrossProductScenarios(
50-
Set.of("-XX:+UseEpsilonGC", "-XX:+UseSerialGC", "-XX:+UseParallelGC", "-XX:+UseG1GC", "-XX:+UseZGC"),
5150
Set.of("-XX:+TieredCompilation", "-XX:-TieredCompilation"))
5251
.setDefaultWarmup(5000)
5352
.start();

0 commit comments

Comments
 (0)