Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with…
… release VMs
Reviewed-by: thartmann
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
test/hotspot/jtreg/compiler/allocation/TestAllocation.java
|
@@ -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 |
|
|
*/ |
|
|
|
|
|