提交 88892fe3 编写于 作者: J jiangli

7197210: java/lang/invoke/CallSiteTest.java failing on armsflt.

Summary: Reduce work load and set longer timeout for java/lang/invoke tests.
Reviewed-by: kvn, twisti
上级 d01cfe57
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
/* @test /* @test
* @summary High arity invocations, up to the maximum of 255 arguments * @summary High arity invocations, up to the maximum of 255 arguments
* @compile BigArityTest.java * @compile BigArityTest.java
* @run junit/othervm -DBigArityTest.ITERATION_COUNT=1 test.java.lang.invoke.BigArityTest * @run junit/othervm/timeout=2500 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -esa -DBigArityTest.ITERATION_COUNT=1 test.java.lang.invoke.BigArityTest
*/ */
package test.java.lang.invoke; package test.java.lang.invoke;
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* *
* @build indify.Indify * @build indify.Indify
* @compile CallSiteTest.java * @compile CallSiteTest.java
* @run main/othervm * @run main/othervm/timeout=3600 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
* indify.Indify * indify.Indify
* --expand-properties --classpath ${test.classes} * --expand-properties --classpath ${test.classes}
* --java test.java.lang.invoke.CallSiteTest * --java test.java.lang.invoke.CallSiteTest
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
/* @test /* @test
* @summary unit tests for java.lang.invoke.MethodHandles * @summary unit tests for java.lang.invoke.MethodHandles
* @compile MethodHandlesTest.java remote/RemoteExample.java * @compile MethodHandlesTest.java remote/RemoteExample.java
* @run junit/othervm test.java.lang.invoke.MethodHandlesTest * @run junit/othervm/timeout=2500 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -esa test.java.lang.invoke.MethodHandlesTest
*/ */
package test.java.lang.invoke; package test.java.lang.invoke;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/* @test /* @test
* @summary unit tests for recursive method handles * @summary unit tests for recursive method handles
* @run junit/othervm -DRicochetTest.MAX_ARITY=50 test.java.lang.invoke.RicochetTest * @run junit/othervm/timeout=3600 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -DRicochetTest.MAX_ARITY=10 test.java.lang.invoke.RicochetTest
*/ */
/* /*
* @ignore The following test creates an unreasonable number of adapters in -Xcomp mode (7049122) * @ignore The following test creates an unreasonable number of adapters in -Xcomp mode (7049122)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册