< prev index next >

test/compiler/runtime/6859338/Test6859338.java

Print this page

        

*** 25,35 **** /** * @test * @bug 6859338 * @summary Assertion failure in sharedRuntime.cpp * ! * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter Test6859338 */ public class Test6859338 { static Object[] o = new Object[] { new Object(), null }; public static void main(String[] args) { --- 25,35 ---- /** * @test * @bug 6859338 * @summary Assertion failure in sharedRuntime.cpp * ! * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter Test6859338 */ public class Test6859338 { static Object[] o = new Object[] { new Object(), null }; public static void main(String[] args) {
< prev index next >