Skip to content

Commit 07afa3f

Browse files
committed
8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Reviewed-by: shade, thartmann
1 parent 0746bcb commit 07afa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/uncommontrap/Decompile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* -Xbatch -XX:-UseOnStackReplacement -XX:-TieredCompilation
3737
* -XX:+UnlockExperimentalVMOptions -XX:PerMethodTrapLimit=100 -XX:PerBytecodeTrapLimit=4
3838
* -XX:TypeProfileLevel=0
39-
* -XX:-AlwaysIncrementalInline
39+
* -XX:+IgnoreUnrecognizedVMOptions -XX:-AlwaysIncrementalInline
4040
* -XX:CompileCommand=compileonly,compiler.uncommontrap.Decompile::uncommonTrap
4141
* -XX:CompileCommand=inline,compiler.uncommontrap.Decompile*::foo
4242
* compiler.uncommontrap.Decompile

0 commit comments

Comments
 (0)