From 6d03f918cf3aabf3979ebac9759d11342dab8df7 Mon Sep 17 00:00:00 2001 From: Jie Fu Date: Tue, 14 Jan 2020 18:07:45 +0800 Subject: [PATCH] 8237055: [TESTBUG] compiler/c2/TestJumpTable.java fails with release VMs Reviewed-by: thartmann --- test/hotspot/jtreg/compiler/c2/TestJumpTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/c2/TestJumpTable.java b/test/hotspot/jtreg/compiler/c2/TestJumpTable.java index 7cd5f8188a8..eac1bb53a89 100644 --- a/test/hotspot/jtreg/compiler/c2/TestJumpTable.java +++ b/test/hotspot/jtreg/compiler/c2/TestJumpTable.java @@ -26,7 +26,7 @@ * @bug 8229855 * @summary Test jump table with key value that gets out of bounds after loop unrolling. * @run main/othervm -XX:CompileCommand=dontinline,compiler.c2.TestJumpTable::test* - * -Xbatch -XX:-TieredCompilation -XX:-UseSwitchProfiling + * -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:-UseSwitchProfiling * compiler.c2.TestJumpTable */