Skip to content

Commit

Permalink
8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Browse files Browse the repository at this point in the history
Reviewed-by: shade, thartmann
  • Loading branch information
DamonFool committed Sep 21, 2022
1 parent 0746bcb commit 07afa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/compiler/uncommontrap/Decompile.java
Expand Up @@ -36,7 +36,7 @@
* -Xbatch -XX:-UseOnStackReplacement -XX:-TieredCompilation
* -XX:+UnlockExperimentalVMOptions -XX:PerMethodTrapLimit=100 -XX:PerBytecodeTrapLimit=4
* -XX:TypeProfileLevel=0
* -XX:-AlwaysIncrementalInline
* -XX:+IgnoreUnrecognizedVMOptions -XX:-AlwaysIncrementalInline
* -XX:CompileCommand=compileonly,compiler.uncommontrap.Decompile::uncommonTrap
* -XX:CompileCommand=inline,compiler.uncommontrap.Decompile*::foo
* compiler.uncommontrap.Decompile
Expand Down

0 comments on commit 07afa3f

Please sign in to comment.