test/compiler/6859338/Test6859338.java

changeset 4037
da91efe96a93
parent 1907
c18cbe5936b8
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
4036:36d1d483d5d6 4037:da91efe96a93
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 6859338 27 * @bug 6859338
28 * @summary Assertion failure in sharedRuntime.cpp 28 * @summary Assertion failure in sharedRuntime.cpp
29 * 29 *
30 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter Test6859338 30 * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter Test6859338
31 */ 31 */
32 32
33 public class Test6859338 { 33 public class Test6859338 {
34 static Object[] o = new Object[] { new Object(), null }; 34 static Object[] o = new Object[] { new Object(), null };
35 public static void main(String[] args) { 35 public static void main(String[] args) {

mercurial