8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
Reviewed-by: thartmann
This commit is contained in:
parent
956e20ed16
commit
ca838e68c9
@ -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
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user