OpenJDK / amber / amber
changeset 60203:22422bef1c5d
8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
Reviewed-by: thartmann
author | jiefu |
---|---|
date | Tue, 25 Feb 2020 16:22:12 +0800 |
parents | d6b968af8b65 |
children | 874f29bf3f44 |
files | test/hotspot/jtreg/compiler/allocation/TestAllocation.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/allocation/TestAllocation.java Mon Feb 24 23:44:29 2020 -0500 +++ b/test/hotspot/jtreg/compiler/allocation/TestAllocation.java Tue Feb 25 16:22:12 2020 +0800 @@ -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 */