failures running jdk/test/java/dyn tests

2011-01-11 Thread Stephen Bannasch
I'm trying to run the four dyn tests in jdk/test/java/dyn for my mlvm build using jtreg v4.1 and I'm failing 3 out of 4 -- I assume these tests should pass? I'd like to run a small subset of tests whenever I have what appears to a successful build to confirm that the mlvm functionality is

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread Stephen Bannasch
More verbose output from running just: jdk/test/java/dyn/InvokeDynamicPrintArgs: [sources]$ jtreg -testjdk:build/bsd-amd64/j2sdk-image -vmoption:-XX:+UnlockExperimentalVMOptions -vmoption:-XX:+EnableInvokeDynamic -v:all jdk/test/java/dyn/InvokeDynamicPrintArgs.java

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread John Rose
On Jan 11, 2011, at 3:26 PM, Stephen Bannasch wrote: I'm trying to run the four dyn tests in jdk/test/java/dyn for my mlvm build using jtreg v4.1 and I'm failing 3 out of 4 -- I assume these tests should pass? I'd like to run a small subset of tests whenever I have what appears to a

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread Stephen Bannasch
At 5:48 PM -0800 1/11/11, John Rose wrote: On Jan 11, 2011, at 3:26 PM, Stephen Bannasch wrote: I'm trying to run the four dyn tests in jdk/test/java/dyn for my mlvm build using jtreg v4.1 and I'm failing 3 out of 4 -- I assume these tests should pass? I'd like to run a small subset of

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread Stephen Bannasch
On Jan 11, 2011, at 5:23 PM, Stephen Bannasch wrote: # An error report file with more information is saved as: # /Users/stephen/dev/java/src/mlvm/sources/JTwork/scratch/hs_err_pid20112.log Can you send me that error file? Also, it would be best if you could run this script over it first:

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread Stephen Bannasch
At 6:22 PM -0800 1/11/11, John Rose wrote: Also, I have just pushed an update to the series files for hotspot and jdk patch repos, to exclude patches that are not yet needed and may have bit-rotted. Thanks John, That fixed the problem for all the failing tests in jdk/test/java/dyn. I'm not

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread John Rose
On Jan 11, 2011, at 6:37 PM, Stephen Bannasch wrote: At 5:48 PM -0800 1/11/11, John Rose wrote: You can run with jtreg directly like this: $ jtreg -jdk:$JAVA7X_HOME test/java/dyn/ $ jtreg -jdk:$JAVA7X_HOME test/java/dyn/InvokeDynamicPrintArgs.java ...and so on. Do the

Re: failures running jdk/test/java/dyn tests

2011-01-11 Thread John Rose
On Jan 11, 2011, at 7:07 PM, Stephen Bannasch wrote: That fixed the problem for all the failing tests in jdk/test/java/dyn. Good. So there's a bug in those pending patches. Sorry for the extra work! -- John ___ mlvm-dev mailing list