8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs

Reviewed-by: thartmann
This commit is contained in:
Jie Fu 2020-02-25 16:22:12 +08:00
parent 956e20ed16
commit ca838e68c9

View File

@ -25,9 +25,9 @@
* @test
* @bug 8237581
* @summary Testing allocation expansion when there is no use of the allocation
* @run main/othervm -Xbatch -XX:+PrintCompilation -XX:+PrintEliminateAllocations -XX:CompileCommand=compileonly,compiler.allocation.TestAllocation::test*
* @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintCompilation -XX:+PrintEliminateAllocations -XX:CompileCommand=compileonly,compiler.allocation.TestAllocation::test*
* compiler.allocation.TestAllocation
* @run main/othervm -Xbatch -XX:+PrintCompilation -XX:+PrintEliminateAllocations -XX:-DoEscapeAnalysis -XX:CompileCommand=compileonly,compiler.allocation.TestAllocation::test*
* @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintCompilation -XX:+PrintEliminateAllocations -XX:-DoEscapeAnalysis -XX:CompileCommand=compileonly,compiler.allocation.TestAllocation::test*
* compiler.allocation.TestAllocation
*/