8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java

Remove test flag -XX:-UseSplitVerifier, not supported classfile 52

Reviewed-by: acorn, hseigel
This commit is contained in:
Karen Kinnear 2013-03-27 13:40:26 -04:00
parent 3987724a24
commit f45e9f484d

View File

@ -26,7 +26,7 @@
* @test * @test
* @bug 8007736 * @bug 8007736
* @summary Test static interface method. * @summary Test static interface method.
* @run main/othervm -Xverify:all -XX:-UseSplitVerifier TestStaticIF * @run main/othervm -Xverify:all TestStaticIF
*/ */
public class TestStaticIF implements StaticMethodInInterface { public class TestStaticIF implements StaticMethodInInterface {