From 2940e4908904bfcf1c6d8581cc642619177717c8 Mon Sep 17 00:00:00 2001 From: coleenp Date: Tue, 18 Feb 2014 09:54:24 -0500 Subject: [PATCH] 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option Summary: add IgnoreUnrecognizedVMOptions for product mode run Reviewed-by: ctornqvi, dholmes --- test/runtime/lambda-features/InvokespecialInterface.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtime/lambda-features/InvokespecialInterface.java b/test/runtime/lambda-features/InvokespecialInterface.java index 345d94d5b..3b32dd7e5 100644 --- a/test/runtime/lambda-features/InvokespecialInterface.java +++ b/test/runtime/lambda-features/InvokespecialInterface.java @@ -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.*; -- GitLab