From p.thamarai at gmail.com Sun Jan 27 06:30:53 2008 From: p.thamarai at gmail.com (Thamaraiselvan Poomalai) Date: Sun, 27 Jan 2008 20:00:53 +0530 Subject: Building "Da Vinci Machine" Message-ID: <5def42a80801270630l7236c84bme271051c9a2379b@mail.gmail.com> Hi, How do i build "Da Vinci Machine" locally so that i could try "DVMTest" posted by john rose. I have complete setup locally to successfully build OpenJDK. Thanks & regards, selvan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20080127/6ba6052c/attachment.html From John.Rose at Sun.COM Sun Jan 27 13:20:30 2008 From: John.Rose at Sun.COM (John Rose) Date: Sun, 27 Jan 2008 13:20:30 -0800 Subject: Building "Da Vinci Machine" In-Reply-To: <5def42a80801270630l7236c84bme271051c9a2379b@mail.gmail.com> References: <5def42a80801270630l7236c84bme271051c9a2379b@mail.gmail.com> Message-ID: <72B63DF1-6BA5-4B83-99DC-5E71F98AAE6E@sun.com> On Jan 27, 2008, at 6:30 AM, Thamaraiselvan Poomalai wrote: > How do i build "Da Vinci Machine" locally so that i could try > "DVMTest" posted by john rose. > I have complete setup locally to successfully build OpenJDK. > > Thanks & regards, > selvan Apologies for not making this clear. When we have a real patch queue repository it will make more sense. First apply this patch: http://homepage.mac.com/rose00/work/webrev/6652736/ Then apply this: http://homepage.mac.com/rose00/work/webrev/6653858/ Then build & test. Please let me know how it goes. You are the first! Best, -- John From reachbach at gmail.com Mon Jan 28 07:56:53 2008 From: reachbach at gmail.com (Bharath Ravi Kumar) Date: Mon, 28 Jan 2008 21:26:53 +0530 Subject: Building javac from the Hg snapshot Message-ID: <76b5ba080801280756o7513a2c9pa41e93da1f67d109@mail.gmail.com> Hi, I'm looking to build javac for the first time as a preliminary step to exploring the DVM (in particular, exploring John Rose's anonymous classes prototype). However, the snapshot that I downloaded from http://hg.openjdk.java.net/jdk7/jdk7/langtools is not building fine out of the box. I'd appreciate if someone could point out the right way of downloading only the compiler bundle. (I did read the openjdk compiler pages to no avail.) While I'm aware that this mailing list is specifically for the DVM, I'm posing this question here since this is a smaller distribution list compared to compiler-dev and I would be spamming fewer people. Thanks for the help. My apologies again for the spam. Thanks, Bharath -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20080128/9876ca47/attachment.html From reachbach at gmail.com Mon Jan 28 10:28:14 2008 From: reachbach at gmail.com (Bharath Ravi Kumar) Date: Mon, 28 Jan 2008 23:58:14 +0530 Subject: Building javac from the Hg snapshot In-Reply-To: <76b5ba080801280756o7513a2c9pa41e93da1f67d109@mail.gmail.com> References: <76b5ba080801280756o7513a2c9pa41e93da1f67d109@mail.gmail.com> Message-ID: <76b5ba080801281028x59e12b66i30148aa93813a1ec@mail.gmail.com> A couple of additional points: 1)I didn't mean to imply that building the compiler would suffice to get started with the DVM. In fact, it is just that I started trying to build the JDK itself beginning with the lang tools. In general, what would be the right location to download individual bundles from? 2)What bundles do I need to build in order to try out the AnonymousClassLoader prototype ? Thanks, Bharath On Jan 28, 2008 9:26 PM, Bharath Ravi Kumar wrote: > Hi, > > I'm looking to build javac for the first time as a preliminary step to > exploring the DVM (in particular, exploring John Rose's anonymous classes > prototype). However, the snapshot that I downloaded from > http://hg.openjdk.java.net/jdk7/jdk7/langtools is not building fine out of > the box. I'd appreciate if someone could point out the right way of > downloading only the compiler bundle. (I did read the openjdk compiler pages > to no avail.) While I'm aware that this mailing list is specifically for the > DVM, I'm posing this question here since this is a smaller distribution list > compared to compiler-dev and I would be spamming fewer people. > Thanks for the help. My apologies again for the spam. > > Thanks, > Bharath > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20080128/981ea8b0/attachment.html From John.Rose at Sun.COM Wed Jan 30 01:32:23 2008 From: John.Rose at Sun.COM (John Rose) Date: Wed, 30 Jan 2008 01:32:23 -0800 Subject: Building javac from the Hg snapshot In-Reply-To: <76b5ba080801281028x59e12b66i30148aa93813a1ec@mail.gmail.com> References: <76b5ba080801280756o7513a2c9pa41e93da1f67d109@mail.gmail.com> <76b5ba080801281028x59e12b66i30148aa93813a1ec@mail.gmail.com> Message-ID: To build the prototype, build the hotspot VM with these patches: http://homepage.mac.com/rose00/work/webrev/6652736/wkk.patch http://homepage.mac.com/rose00/work/webrev/6653858/anonk.patch There are instructions for pulling from mercurial and building here: http://openjdk.java.net/groups/hotspot/ You can build hotspot independently of the other systems. Until we get an mlvm repo. going, our patches are all based on: http://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot/ Best wishes, -- John On Jan 28, 2008, at 10:28 AM, Bharath Ravi Kumar wrote: > A couple of additional points: > > 1)I didn't mean to imply that building the compiler would suffice > to get started with the DVM. In fact, it is just that I started > trying to build the JDK itself beginning with the lang tools. In > general, what would be the right location to download individual > bundles from? > 2)What bundles do I need to build in order to try out the > AnonymousClassLoader prototype ?