--- old/test/compiler/6823453/Test.java 2009-09-28 23:04:16.066666967 +0100 +++ new/test/compiler/6823453/Test.java 2009-09-28 23:04:15.975248284 +0100 @@ -26,7 +26,7 @@ * @test * @bug 6823453 * @summary DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph") - * @run main/othervm -Xcomp -XX:CompileOnly=Test -XX:+DeoptimizeALot Test + * @run main/othervm -Xcomp -XX:CompileOnly=Test -XX:+DeoptimizeALot -XX:+IgnoreUnrecognizedVMOptions Test */ public class Test { --- old/test/compiler/6833129/Test.java 2009-09-28 23:04:17.474914236 +0100 +++ new/test/compiler/6833129/Test.java 2009-09-28 23:04:17.389846086 +0100 @@ -25,7 +25,7 @@ * @test * @bug 6833129 * @summary Object.clone() and Arrays.copyOf ignore coping with -XX:+DeoptimizeALot - * @run main/othervm -Xbatch -XX:+DeoptimizeALot Test + * @run main/othervm -Xbatch -XX:+DeoptimizeALot -XX:+IgnoreUnrecognizedVMOptions Test */ public class Test{