Skip to content

Commit

Permalink
8237055: [TESTBUG] compiler/c2/TestJumpTable.java fails with release VMs
Browse files Browse the repository at this point in the history
Reviewed-by: thartmann
  • Loading branch information
DamonFool committed Jan 14, 2020
1 parent a35d087 commit 6d03f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/compiler/c2/TestJumpTable.java
Expand Up @@ -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
*/

Expand Down

0 comments on commit 6d03f91

Please sign in to comment.