The regression test test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions option:
----------messages:(3/393)----------
command: main -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equalsTesthello goodbye
reason: User specified action: run main/othervm -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
elapsed time (seconds): 0.02
----------System.out:(0/0)----------
----------System.err:(3/152)----------
Unrecognized VM option '+UseCompressedOops'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
result: Failed. Unexpected exit from test [exit code: 1]
test result: Failed. Unexpected exit from test [exit code: 1]
|