test/compiler/6833129/Test.java

Print this page

        

*** 23,33 **** /** * @test * @bug 6833129 * @summary Object.clone() and Arrays.copyOf ignore coping with -XX:+DeoptimizeALot ! * @run main/othervm -Xbatch -XX:+DeoptimizeALot Test */ public class Test{ public static void init(int src[]) { for (int i =0; i<src.length; i++) { --- 23,33 ---- /** * @test * @bug 6833129 * @summary Object.clone() and Arrays.copyOf ignore coping with -XX:+DeoptimizeALot ! * @run main/othervm -Xbatch -XX:+DeoptimizeALot -XX:+IgnoreUnrecognizedVMOptions Test */ public class Test{ public static void init(int src[]) { for (int i =0; i<src.length; i++) {