mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions
Add missing test option -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: never
This commit is contained in:
parent
f0f6f93143
commit
75e90c9027
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
* @test
|
||||
* @bug 6865031
|
||||
* @summary Application gives bad result (throws bad exception) with compressed oops
|
||||
* @run main/othervm -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
|
||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
|
||||
*/
|
||||
|
||||
import java.lang.ref.ReferenceQueue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue