# HG changeset patch # User coleenp # Date 1392735264 18000 # Node ID 805784307dcadc51dc508bc5e28b4b5b05c47e7d # Parent 402677ca28ede78382fb9b104a68c833b22aadb0 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option Summary: add IgnoreUnrecognizedVMOptions for product mode run Reviewed-by: ctornqvi, dholmes diff -r 402677ca28ed -r 805784307dca test/runtime/lambda-features/InvokespecialInterface.java --- a/test/runtime/lambda-features/InvokespecialInterface.java Tue Feb 18 06:19:49 2014 -0800 +++ b/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.*;