test/compiler/runtime/6859338/Test6859338.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/runtime/6859338/Test6859338.java	Thu Apr  7 18:57:10 2016
--- new/test/compiler/runtime/6859338/Test6859338.java	Thu Apr  7 18:57:10 2016

*** 25,35 **** --- 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) {

test/compiler/runtime/6859338/Test6859338.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File