comparison test/compiler/6865031/Test.java @ 956:9a4e87ba1a90

6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: never
author kvn
date Wed, 09 Sep 2009 16:28:03 -0700
parents 55cb84cd1247
children c18cbe5936b8
comparison
equal deleted inserted replaced
955:26fbe81d30cf 956:9a4e87ba1a90
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 6865031 27 * @bug 6865031
28 * @summary Application gives bad result (throws bad exception) with compressed oops 28 * @summary Application gives bad result (throws bad exception) with compressed oops
29 * @run main/othervm -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye 29 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
30 */ 30 */
31 31
32 import java.lang.ref.ReferenceQueue; 32 import java.lang.ref.ReferenceQueue;
33 import java.lang.ref.WeakReference; 33 import java.lang.ref.WeakReference;
34 import java.util.ArrayList; 34 import java.util.ArrayList;