8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java
authoracorn
Wed, 27 Mar 2013 13:40:26 -0400
changeset 16718 f53963145c0a
parent 16717 774a7c040e39
child 16719 debc7896d82d
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
jdk/test/vm/verifier/TestStaticIF.java
--- a/jdk/test/vm/verifier/TestStaticIF.java	Wed Mar 27 09:38:53 2013 -0700
+++ b/jdk/test/vm/verifier/TestStaticIF.java	Wed Mar 27 13:40:26 2013 -0400
@@ -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 {