On 11/02/2012 02:33 PM, Jiangli Zhou wrote:
Redirecting the review request to core-libs-dev@openjdk.java.net mail
list (second try) ...
Here is the webrev based on the jdk8/tl/jdk repository:
http://cr.openjdk.java.net/~jiangli/7197210/webrev.02/
The '-XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies' options
are added to following tests to reduce workload. The
-DRicochetTest.MAX_ARITY of RicochetTest is changed from 50 to10 to
reduce execution time on slower device and binary. Timeout settings
are also added to each test. The '-esa' option is added to
BigArityTest and MethodHandlesTest to enable asserts.
java.lang.invoke.BigArityTest
java.lang.invoke.MethodHandlesTest
java.lang.invoke.CallSiteTest
java.lang.invoke.RicochetTest
Thanks,
Jiangli
On 10/30/2012 11:38 AM, Jiangli Zhou wrote:
Hi Chris,
Here is the updated webrev with added
'-XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies' options
and timeout setting for the following tests:
test.java.lang.invoke.RicochetTest
test.java.lang.invoke.BigArityTest
test.java.lang.invoke.MethodHandlesTest
test.java.lang.invoke.CallSiteTest
http://cr.openjdk.java.net/~jiangli/7197210/webrev.01/
Thanks,
Jiangli