6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions

Add missing test option -XX:+IgnoreUnrecognizedVMOptions.

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2009-09-09 16:28:03 -07:00
parent f0f6f93143
commit 75e90c9027

View file

@ -26,7 +26,7 @@
* @test * @test
* @bug 6865031 * @bug 6865031
* @summary Application gives bad result (throws bad exception) with compressed oops * @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; import java.lang.ref.ReferenceQueue;