Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-15 Thread John Rose
Thanks for the update, Stephen. I'm trying to update to the latest bsd-port, but the build there is broken. This is delaying normal fixes to the mlvm patch queue. A bit of good news: In the mea time, the 6839872 and 7012648 patches for the JVM have been pushed to jdk7/hotspot-comp/hotspot and

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-15 Thread Stephen Bannasch
There were two updates to jdk I just pulled in but I am still getting 2 passing and four failing tests for mlvm: Passed: java/lang/invoke/ClassValueTest.java FAILED: java/lang/invoke/InvokeDynamicPrintArgs.java FAILED: java/lang/invoke/InvokeGenericTest.java FAILED: java/lang/invoke/JavaDocExampl

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread Stephen Bannasch
At 11:46 AM -0800 3/7/11, John Rose wrote: >On Mar 7, 2011, at 11:34 AM, Stephen Bannasch wrote: > >>langtools looks up-to-date to me -- after popping the patch queue a manual >>pull adds nothing new. >> > >Odd. When you get an error about ([Object)Object not matching some other >signature, it's

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread John Rose
On Mar 7, 2011, at 11:34 AM, Stephen Bannasch wrote: > langtools looks up-to-date to me -- after popping the patch queue a manual > pull adds nothing new. Odd. When you get an error about ([Object)Object not matching some other signature, it's usually because the compiled call sites of invokeE

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread Stephen Bannasch
At 9:38 AM -0800 3/7/11, John Rose wrote: >That looks like an old java is being used. Try manually refreshing the >langtools repo to the latestrevision. langtools looks up-to-date to me -- after popping the patch queue a manual pull adds nothing new. also fyi: right now folks can't build the bs

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread John Rose
That looks like an old java is being used. Try manually refreshing the langtools repo to the latest revision. Will rebase to bsd-port today. -- John (on my iPhone) On Mar 7, 2011, at 6:24 AM, Stephen Bannasch wrote: > At 1:15 AM -0800 3/7/11, John Rose wrote: >> I just pushed some tweaks

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread Stephen Bannasch
At 1:15 AM -0800 3/7/11, John Rose wrote: >I just pushed some tweaks to the meth-rename patches. > >The jtreg tests now pass for me on the built jdk. > >The next step is to have someone reproduce this good state of affairs. The ClassValueTest and MethodTypeTest tests started passing but the others

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread John Rose
I just pushed some tweaks to the meth-rename patches. The jtreg tests now pass for me on the built jdk. The next step is to have someone reproduce this good state of affairs. -- John ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openj

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread John Rose
On Mar 7, 2011, at 12:17 AM, John Rose wrote: > Anybody know offhand how to fix this? I had to do this once for java/dyn, > but I've forgotten how. Never mind: make/docs/CORE_PKGS.gmk -- John ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http:

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-07 Thread John Rose
The changed makefiles neglect to add the java/lang/invoke classes to jre/lib/ct.sym. Anybody know offhand how to fix this? I had to do this once for java/dyn, but I've forgotten how. -- John On Mar 5, 2011, at 2:45 PM, Stephen Bannasch wrote: >>> Here's what my build script reports when I st

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-05 Thread Stephen Bannasch
At 2:17 PM -0800 3/5/11, John Rose wrote: >On Mar 5, 2011, at 2:00 PM, Stephen Bannasch wrote: > >> At 12:26 PM -0800 3/5/11, John Rose wrote: >>> They should work, but it will be the first time outside of Christian's and >>> my developmet systems. >>> >>> There is probably a configuration error o

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-05 Thread John Rose
On Mar 5, 2011, at 2:00 PM, Stephen Bannasch wrote: > At 12:26 PM -0800 3/5/11, John Rose wrote: >> They should work, but it will be the first time outside of Christian's and >> my developmet systems. >> >> There is probably a configuration error of some sort. >> >> Which patches are applied in

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-05 Thread Stephen Bannasch
At 12:26 PM -0800 3/5/11, John Rose wrote: >They should work, but it will be the first time outside of Christian's and my >developmet systems. > >There is probably a configuration error of some sort. > >Which patches are applied in both jdk and hotspot repositories? I'm specifying: buildable tes

Re: all the jdk/test/java/lang/invoke/ tests are failing

2011-03-05 Thread John Rose
> All the jdk/test/java/lang/invoke/ tests are failing because package > java.lang.invoke does not exist. > > This is what I got running the jdk/test/java/lang/invoke/ tests after > building an mlvm yesterday: > > $ jtreg -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynam

all the jdk/test/java/lang/invoke/ tests are failing

2011-03-05 Thread Stephen Bannasch
All the jdk/test/java/lang/invoke/ tests are failing because package java.lang.invoke does not exist. This is what I got running the jdk/test/java/lang/invoke/ tests after building an mlvm yesterday: $ jtreg -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic -jdk:build/bsd-amd64/j2sdk