OpenJDK / jdk-updates / jdk12u
changeset 9129:a305c5b42df9
7009276: Add -XX:+IgnoreUnrecognizedVMOptions to several tests
Reviewed-by: kvn
author | dholmes |
---|---|
date | Mon, 04 Apr 2011 18:15:55 -0400 |
parents | c8ed9bf1b236 |
children | 7d6aa04b56c1 |
files | hotspot/test/compiler/6795161/Test.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/test/compiler/6795161/Test.java Thu Mar 31 08:08:50 2011 -0400 +++ b/hotspot/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 {