four failing jdk/test/java/lang/invoke tests

Tom Rodriguez tom.rodriguez at oracle.com
Wed Jun 22 10:30:37 PDT 2011


Could you provide more detail on this?  I just ran the all these against b146 and they all pass cleanly for a large collection of configs.  One thing you have to watch out for is an issue on 64 bit where the code cache fills up because some of the stress tests use a lot of signatures.  Run with -XX:ReservedCodeCacheSize=128m until that issue is dealt with.  You may also need to increase the timeout for jtreg depending on the speed of your machine.

tom

On Jun 22, 2011, at 8:02 AM, Stephen Bannasch wrote:

> Test failures in latest code:
> 
> $ jtreg -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -ignore:quiet -jdk:build/bsd-amd64/j2sdk-image 
> -v:summary jdk/test/java/lang/invoke/
> 
> 
> Passed: java/lang/invoke/6987555/Test6987555.java
> Passed: java/lang/invoke/6991596/Test6991596.java
> Passed: java/lang/invoke/6998541/Test6998541.java
> Passed: java/lang/invoke/ClassValueTest.java
> FAILED: java/lang/invoke/InvokeDynamicPrintArgs.java
> Passed: java/lang/invoke/InvokeGenericTest.java
> Passed: java/lang/invoke/JavaDocExamplesTest.java
> FAILED: java/lang/invoke/MethodHandlesTest.java
> Passed: java/lang/invoke/MethodTypeTest.java
> FAILED: java/lang/invoke/PermuteArgsTest.java
> FAILED: java/lang/invoke/RicochetTest.java
> Passed: java/lang/invoke/ThrowExceptionsTest.java
> Test results: passed: 8; failed: 4
> 
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev



More information about the mlvm-dev mailing list