We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0746bcb commit 07afa3fCopy full SHA for 07afa3f
test/hotspot/jtreg/compiler/uncommontrap/Decompile.java
@@ -36,7 +36,7 @@
36
* -Xbatch -XX:-UseOnStackReplacement -XX:-TieredCompilation
37
* -XX:+UnlockExperimentalVMOptions -XX:PerMethodTrapLimit=100 -XX:PerBytecodeTrapLimit=4
38
* -XX:TypeProfileLevel=0
39
- * -XX:-AlwaysIncrementalInline
+ * -XX:+IgnoreUnrecognizedVMOptions -XX:-AlwaysIncrementalInline
40
* -XX:CompileCommand=compileonly,compiler.uncommontrap.Decompile::uncommonTrap
41
* -XX:CompileCommand=inline,compiler.uncommontrap.Decompile*::foo
42
* compiler.uncommontrap.Decompile
0 commit comments