aboutsummaryrefslogtreecommitdiff
path: root/test/vm
diff options
context:
space:
mode:
authoracorn <none@none>2013-03-27 13:40:26 -0400
committeracorn <none@none>2013-03-27 13:40:26 -0400
commitb9c3eccf1bfc355a3e782c6ab44106ac8be8e14a (patch)
tree6f2f19fb7cc0f14bf13f43cbda35623d64fc7d98 /test/vm
parent285f6a762f9ebfe3a58c24e45399265a5922563b (diff)
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
Diffstat (limited to 'test/vm')
-rw-r--r--test/vm/verifier/TestStaticIF.java2
1 files changed, 1 insertions, 1 deletions
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 {