changeset 7225:d254a5f9b93f

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
author acorn
date Wed, 27 Mar 2013 13:40:26 -0400
parents ae03282ba501
children 811c771acf65
files test/vm/verifier/TestStaticIF.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/vm/verifier/TestStaticIF.java	Wed Mar 27 09:38:53 2013 -0700
+++ b/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 {