From 80e5e8c6f22544a9b82ed198bfaa5eda91e45ca9 Mon Sep 17 00:00:00 2001 From: acorn Date: Wed, 27 Mar 2013 13:40:26 -0400 Subject: [PATCH] 8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java Summary: Remove test flag -XX:-UseSplitVerifier, not supported classfile 52 Reviewed-by: acorn, hseigel --- test/vm/verifier/TestStaticIF.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vm/verifier/TestStaticIF.java b/test/vm/verifier/TestStaticIF.java index 5a6776f3f..d3c3239e8 100644 --- a/test/vm/verifier/TestStaticIF.java +++ b/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 { -- GitLab