Re: trouble building mlvm

2008-12-16 Thread Iulian Dragos
Good to see your neck is better! On Wed, Dec 17, 2008 at 12:21 AM, Paul Phillips wrote: > You are quite right, the whole java.dyn package wasn't being built. I will > guess that when the mlvm > patches were last tested, the make system built whatever files it found - but > now it only builds w

Re: trouble building mlvm

2008-12-16 Thread Paul Phillips
On Tue, Dec 16, 2008 at 05:37:35PM +0100, Iulian Dragos wrote: > To clarify this point: doing an (what I think) exhaustive search > through all jars in the output directory yields no CallSite.class, or > anything in the java.dyn package. Those source files exist in > sources/jdk. You are quite rig

Re: trouble building mlvm

2008-12-16 Thread Iulian Dragos
On Tue, Dec 16, 2008 at 5:20 PM, Iulian Dragos wrote: > Now I feel even stupider, as I have a 'java' command that accepts > '-XX:+InvokeDynamic' (yay!), but I can't find java.dyn.Dynamic & co > anywhere. The example John sent on this list > (http://mail.openjdk.java.net/pipermail/mlvm-dev/2008-Aug

Fwd: trouble building mlvm

2008-12-16 Thread Iulian Dragos
Cc'ed the list. On Tue, Dec 16, 2008 at 5:00 PM, Paul Phillips wrote: > On Tue, Dec 16, 2008 at 12:09:27PM +0100, Iulian Dragos wrote: >> I'm trying to build a version of JDK7 with invoke dynamic support. > > Hey Iulian. Me too. Unfortunately I took on the added excitement of trying > to do it

Re: trouble building mlvm

2008-12-16 Thread Paul Phillips
On Tue, Dec 16, 2008 at 12:09:27PM +0100, Iulian Dragos wrote: > I'm trying to build a version of JDK7 with invoke dynamic support. Hey Iulian. Me too. Unfortunately I took on the added excitement of trying to do it on OS X, where the main bsd-ports tree is broken, so I have to apply an additi

trouble building mlvm

2008-12-16 Thread Iulian Dragos
I'm trying to build a version of JDK7 with invoke dynamic support. So far, I managed to build the 'base' jdk7, but had no success applying the required patches to get mlvm. I've been trying for 2 days before giving up and seeking help. I followed the instructions found in the patches/README file.