8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option

Tue, 18 Feb 2014 09:54:24 -0500

author
coleenp
date
Tue, 18 Feb 2014 09:54:24 -0500
changeset 7804
7a4abf4cbade
parent 7802
08ac538885d7
child 7805
37d4d581f698
child 7806
ed0067c67bd7

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 file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/lambda-features/InvokespecialInterface.java	Thu Apr 30 15:20:58 2015 -0700
     1.2 +++ b/test/runtime/lambda-features/InvokespecialInterface.java	Tue Feb 18 09:54:24 2014 -0500
     1.3 @@ -28,7 +28,7 @@
     1.4   * @bug 8025937
     1.5   * @bug 8033528
     1.6   * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
     1.7 - * @run main/othervm -XX:+StressRewriter InvokespecialInterface
     1.8 + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+StressRewriter InvokespecialInterface
     1.9   */
    1.10  import java.util.function.*;
    1.11  import java.util.*;

mercurial