# HG changeset patch # User dholmes # Date 1301955355 14400 # Node ID 11427f21606331834adc5b2fc480812d71e92afd # Parent 7144a1d6e0a93f95ec82c9da0442da9d18d23529 7009276: Add -XX:+IgnoreUnrecognizedVMOptions to several tests Reviewed-by: kvn diff -r 7144a1d6e0a9 -r 11427f216063 test/compiler/6795161/Test.java --- a/test/compiler/6795161/Test.java Thu Mar 31 08:08:50 2011 -0400 +++ b/test/compiler/6795161/Test.java Mon Apr 04 18:15:55 2011 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,7 +26,7 @@ * @test * @bug 6795161 * @summary Escape analysis leads to data corruption - * @run main/othervm -server -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test + * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test */ class Test_Class_1 {