From f45e9f484dfd7fe86c1c2eacaf8dcd89c8816b32 Mon Sep 17 00:00:00 2001 From: Karen Kinnear Date: Wed, 27 Mar 2013 13:40:26 -0400 Subject: [PATCH] 8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java Remove test flag -XX:-UseSplitVerifier, not supported classfile 52 Reviewed-by: acorn, hseigel --- jdk/test/vm/verifier/TestStaticIF.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/vm/verifier/TestStaticIF.java b/jdk/test/vm/verifier/TestStaticIF.java index 5a6776f3fc6..d3c3239e816 100644 --- a/jdk/test/vm/verifier/TestStaticIF.java +++ b/jdk/test/vm/verifier/TestStaticIF.java @@ -26,7 +26,7 @@ * @test * @bug 8007736 * @summary Test static interface method. - * @run main/othervm -Xverify:all -XX:-UseSplitVerifier TestStaticIF + * @run main/othervm -Xverify:all TestStaticIF */ public class TestStaticIF implements StaticMethodInInterface {