Re: Building trunk hotspot-comp

2011-08-29 Thread Christian Thalinger
stuff like coro? thanks mark mlvm-dev-boun...@openjdk.java.net wrote on 08/19/2011 12:12:28 PM: From: Charles Oliver Nutter head...@headius.com To: Da Vinci Machine Project mlvm-dev@openjdk.java.net Date: 08/19/2011 12:21 PM Subject: Building trunk hotspot-comp Sent

Re: Building trunk hotspot-comp

2011-08-29 Thread Mark Roos
Thx Christian, Is there any efforts to update the build instructions on the wiki? It seems as if we no longer need to do the full JDK build, only the hotspot part, in order to test mlvm updates. It also seems like you are close to integrating the OSX/BSD requirements into the standard hotspot

Re: Building trunk hotspot-comp

2011-08-27 Thread Mark Roos
Machine Project mlvm-dev@openjdk.java.net Date: 08/19/2011 12:21 PM Subject: Building trunk hotspot-comp Sent by: mlvm-dev-boun...@openjdk.java.net I've posted a gist with a script and instructions for setting up a trunk build environment for the Hotspot compiler team's branch: https

Re: Building trunk hotspot-comp

2011-08-22 Thread Christian Thalinger
That's pretty much it. If you have more that two cores increase the number for HOTSPOT_BUILD_JOBS (it's like make -j [jobs]). -- Christian On Aug 19, 2011, at 9:12 PM, Charles Oliver Nutter wrote: I've posted a gist with a script and instructions for setting up a trunk build environment for

Building trunk hotspot-comp

2011-08-19 Thread Charles Oliver Nutter
I've posted a gist with a script and instructions for setting up a trunk build environment for the Hotspot compiler team's branch: https://gist.github.com/1148321 Hotspot guys: let me know if anything else needs to be tweaked here. It works for me, and it's surprisingly easy to build. I'll also