< prev index next >

test/compiler/runtime/Test6859338.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 25,37 **** /** * @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) { int total = 0; try { --- 25,41 ---- /** * @test * @bug 6859338 * @summary Assertion failure in sharedRuntime.cpp * ! * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions ! * -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter ! * compiler.runtime.Test6859338 */ + package compiler.runtime; + public class Test6859338 { static Object[] o = new Object[] { new Object(), null }; public static void main(String[] args) { int total = 0; try {
< prev index next >