OpenJDK / jdk / hs
changeset 22798:175a9549fb01
8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
Summary: add IgnoreUnrecognizedVMOptions for product mode run
Reviewed-by: ctornqvi, dholmes
author | coleenp |
---|---|
date | Tue, 18 Feb 2014 09:54:24 -0500 |
parents | a4bbf1828275 |
children | b16d7faa638d 7ca31eb1a41f |
files | hotspot/test/runtime/lambda-features/InvokespecialInterface.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/test/runtime/lambda-features/InvokespecialInterface.java Tue Feb 18 06:19:49 2014 -0800 +++ b/hotspot/test/runtime/lambda-features/InvokespecialInterface.java Tue Feb 18 09:54:24 2014 -0500 @@ -28,7 +28,7 @@ * @bug 8025937 * @bug 8033528 * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref - * @run main/othervm -XX:+StressRewriter InvokespecialInterface + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+StressRewriter InvokespecialInterface */ import java.util.function.*; import java.util.*;