Re: Building mlvm from source

2015-07-15 Thread lee json
://wikis.oracle.com/display/mlvm/Building but I find that http://hg.openjdk.java.net/hsx/hotspot-comp no longer exists. What should I use as sources for building mlvm? I would suggest trying the hsx25 sources: http://hg.openjdk.java.net/hsx/hsx25/hotspot/ and if that is too new then hsx24, else hsx23

Building mlvm from source

2015-07-14 Thread lee json
A few questions: I follow the README in the mlvm source repos and that in Oracle page http://hg.openjdk.java.net/mlvm/mlvm https://wikis.oracle.com/display/mlvm/Building but I find that http://hg.openjdk.java.net/hsx/hotspot-comp no longer exists. What should I use as sources for building mlvm

Re: Building mlvm from source

2015-07-14 Thread Rickard Bäckman
I use as sources for building mlvm? It seems mlvm is still based on jdk8. Try using http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/ or http://hg.openjdk.java.net/jdk8/jdk8/hotspot/ Good luck /R Also is there any plans that coroutine will be included in the future release of openjdk? Sorry I

Re: Building mlvm from source

2015-07-14 Thread David Holmes
should I use as sources for building mlvm? I would suggest trying the hsx25 sources: http://hg.openjdk.java.net/hsx/hsx25/hotspot/ and if that is too new then hsx24, else hsx23, etc. I don't know exactly which was the last version for which mlvm was built. Also is there any plans

Building mlvm openjdk problem

2012-11-30 Thread Raahul Kumar
WARNING: LANG has been set to en_AU.UTF-8, this can cause build failures. Try setting LANG to 'C'. WARNING: The version of unzip being used is older than the required version of '5.12'. The version of unzip found was ''. WARNING: The version of zip being used is older than

new error building mlvm: nvoke/AdapterMethodHandle no class def found

2012-07-14 Thread Stephen Bannasch
Am now getting this error building on 106.8 and 10.7.4. Build successfull just a couple of days ago -- so presumably the cause is a very recent change. /Users/stephen/dev/java/src/mlvm/sources/build/macosx-x86_64/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput

Re: new error building mlvm: nvoke/AdapterMethodHandle no class def found

2012-07-14 Thread John Rose
On Jul 14, 2012, at 7:12 AM, Stephen Bannasch wrote: /Users/stephen/dev/java/src/mlvm/sources/build/macosx-x86_64/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Djava.awt.headless=true -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -cp

Re: building mlvm on Mac OS X 10.6.8 using xcode 3.2.6

2012-03-05 Thread Anthony Petrov
Hi Stephen, On 03/04/12 10:49, Stephen Bannasch wrote: The only failure I've seen so far is trying to run Swing but that probably doesn't have anything to do with the MLVM patches. *** testing Swing: running SwingSet2.jar: ./build/macosx-amd64/j2sdk-bundle/1.8.0.jdk/Contents/Home/bin/java

Re: building mlvm on Mac OS X 10.6.8 using xcode 3.2.6

2012-03-05 Thread Anthony Petrov
On 03/05/12 19:32, Stephen Bannasch wrote: I don't seem to be seeing the Mac Port changes in a jdk8 repository (I checked jdk8/tl/jdk). Have Michael's fix been pushed already? I saw someone mentioning that... If not, then I suggest to wait till this is done, and then try again. As I

building mlvm on Mac OS X 10.6.8 using xcode 3.2.6

2012-03-03 Thread Stephen Bannasch
I've updated https://gist.github.com/243072 with the latest changes in my MLVM build scripts. This applies the MLVM patches on to of the hsx/hotspot-com forest. John Rose is maintaining a copy of Michael McMahon patches integrating the macosx-port changes into jdk8 as an MLVM patch until they

Re: are there changes for building mlvm now that 1.7 is released?

2011-10-01 Thread Stephen Bannasch
At 5:47 PM -0700 9/12/11, John Rose wrote: On Sep 11, 2011, at 1:10 AM, Michael Barker wrote: Please give it a whirl and let me know what breaks. I have a working build on Mac OS X Lion with gcc-4.2. I started with stephenb's MLVM build scripts. Excellent work. Did you have to use

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-13 Thread Michael Barker
Did you have to use patches/hotspot/snowleopard.patch for gcc-4.2, or can we delete that? The snowleopard.patch was applied, I'll have a go at a build without it. - The really odd one was the hotspot build wasn't copying the necessary files into its import folder (failed to find the

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-12 Thread John Rose
On Sep 11, 2011, at 1:10 AM, Michael Barker wrote: Please give it a whirl and let me know what breaks. I have a working build on Mac OS X Lion with gcc-4.2. I started with stephenb's MLVM build scripts. Excellent work. Did you have to use patches/hotspot/snowleopard.patch for gcc-4.2, or

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-11 Thread Michael Barker
Please give it a whirl and let me know what breaks. I have a working build on Mac OS X Lion with gcc-4.2. I started with stephenb's MLVM build scripts. I have a couple of small issues to crack as I went: - Bootstrapped with 64bit bsd-port openjdk 1.7 binaries from:

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-08 Thread Michael Barker
Should there be a relevant jdk7-b147-to-bsd-port.patch patch for the hotspot tree? (blush)  Now there is.  -- John Cheers! ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-07 Thread Michael Barker
is gcc 4.0 still required. That requirement hasn't changed.  I don't think anyone has retried 4.2 recently. Does anyone know where to get binaries for gcc-4.0 on Lion? My shiny new laptop stubbornly refuses to build 4.0 from macports. Mike. ___

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-02 Thread John Rose
OK, I have rebased the mlvm patch repository to hsx/hotspot-comp. If you have been reusing your upstream source repositories (based on bsd-port), you will have to discard them and pull instead from hotspot-comp. As a temporary solution for building on Mac OS, I have included a set of new

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-02 Thread Stephen Bannasch
At 12:58 AM -0700 9/2/11, John Rose wrote: OK, I have rebased the mlvm patch repository to hsx/hotspot-comp. If you have been reusing your upstream source repositories (based on bsd-port), you will have to discard them and pull instead from hotspot-comp. As a temporary solution for building on

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-02 Thread Stephen Bannasch
OK, I have rebased the mlvm patch repository to hsx/hotspot-comp. If you have been reusing your upstream source repositories (based on bsd-port), you will have to discard them and pull instead from hotspot-comp. As a temporary solution for building on Mac OS, I have included a set of new

Re: are there changes for building mlvm now that 1.7 is released?

2011-09-02 Thread John Rose
On Sep 2, 2011, at 5:07 AM, Stephen Bannasch wrote: is gcc 4.0 still required. That requirement hasn't changed. I don't think anyone has retried 4.2 recently. I removed the bsd-port forest in sources and ran: hg fclone http://hg.openjdk.java.net/hsx/hotspot-comp sources Re-created the

Re: are there changes for building mlvm now that 1.7 is released?

2011-08-19 Thread Tom Rodriguez
I'm open to suggestions on this one. It seems to me that the bsd-port repo. is slowing down prior to absorption into the mainline. In this case, maybe the rational thing is to reparent to a faster-moving repo. In particular, I think we should reparent to from bsd-port/bsd-port to

How to run regression tests after building mlvm?

2010-12-23 Thread Stephen Bannasch
What kinds of regression test are available for both openjdk 1.7 and mlvm and how can I run them from a shell console? Do I need jtreg: http://openjdk.java.net/jtreg/ and jtharness: https://jtharness.dev.java.net/ ? ___ mlvm-dev mailing list

Auto Reply: How to run regression tests after building mlvm?

2010-12-23 Thread henrik . osterdahl
Hello, I'm out of the office Dec 24 2010 through Jan 9 2011. Please refer to David Cox (david.cox) and Daniel Källander (daniel.kallander). Regards, Henrik Österdahl ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

getting a fatal error/Abort trap building mlvm

2010-07-15 Thread Stephen Bannasch
I just updated the bsdport sources and the mlvm patchsets and I'm getting the following fatal error in the Java runtime just after executing: cd bsd_i486_compiler1/fastdebug ./test_gamma # A fatal error has been detected by the Java Runtime Environment: # # Internal Error

Re: getting a fatal error/Abort trap building mlvm

2010-07-15 Thread John Rose
Yikes. Thanks for the quick report, Stephen. I pushed an updated patch to get past the immediate bug and am looking more at the problem. -- John P.S. Here are some random notes about debugging which might be useful: The log file hs_err_pid70212.log might have been interesting for me to look

Re: building mlvm

2009-05-18 Thread John Rose
On May 18, 2009, at 10:40 AM, Christian Thalinger wrote: Are the patches in MLVM current? It seems I'm missing classes and methods: Yes, the patches are current. For example, the patch indy-6829144.patch contains the (new) definition of InvokeDynamic. This is identical with the push

Re: building mlvm

2009-05-18 Thread Christian Thalinger
[I subscribed to the list.] On Mon, 2009-05-18 at 11:41 -0700, John Rose wrote: A guess a complete list of the hazards is: - config error in your local build run environments - incomplete or erroneous mvlm patches - bad patch apply due to skew between JDK7 and bsd-port patch bases - error

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

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 pa...@improving.org 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

Re: trouble building mlvm

2008-12-16 Thread Iulian Dragos
On Tue, Dec 16, 2008 at 5:20 PM, Iulian Dragos jagua...@gmail.com 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

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.

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 right,