Re: Review Request: 7141246 build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built

2012-03-14 Thread Erik Joelsson
On 2012-03-14 06:00, David Holmes wrote: Hi Erik, I find it confusing to convert KERNEL_BUILD->(JVM_VARIANT_MINIMAL=true) and then check for JVM_VARIANT_MINIMAL, instead of just defining JVM_VARIANT_KERNEL. Particularly when KERNEL is used in a bunch of other variables. I can agree that i

Re: static linking of libgcc on linux ?

2012-03-14 Thread Volker Simonis
I know this is an age-old thread, but I've just stumbled over this issue and thought I write my two pence down as well in case anybody else will ever have a similar problem: In general I agree that it is advisable to dynamically link libgcc, but one real problem it creates is the fact that it prev

Re: static linking of libgcc on linux ?

2012-03-14 Thread Andrew Haley
On 03/14/2012 03:46 PM, Volker Simonis wrote: > I know this is an age-old thread, but I've just stumbled over this issue > and thought I write my two pence down as well in case anybody else > will ever have a similar problem: > > In general I agree that it is advisable to dynamically link libgcc, b

hg: jdk8/build: 3 new changesets

2012-03-14 Thread david . katleman
Changeset: 84ece503953e Author:michaelm Date: 2012-03-06 20:25 + URL: http://hg.openjdk.java.net/jdk8/build/rev/84ece503953e 7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan

hg: jdk8/build/corba: 3 new changesets

2012-03-14 Thread david . katleman
Changeset: f7718662741d Author:michaelm Date: 2012-03-06 20:25 + URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/f7718662741d 7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by

hg: jdk8/build/jaxws: 4 new changesets

2012-03-14 Thread david . katleman
Changeset: 5600254058a1 Author:michaelm Date: 2012-03-06 20:26 + URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/5600254058a1 7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by

hg: jdk8/build/langtools: 13 new changesets

2012-03-14 Thread david . katleman
Changeset: 161230ec7c73 Author:mcimadamore Date: 2012-03-02 12:57 + URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/161230ec7c73 7132880: Resolve should support nested resolution contexts Summary: Overload resolution routine should be updated so that it can be called r

Re: RFR (M): Enable OpenJDK builds on Windows with MinGW/MSYS

2012-03-14 Thread Jonathan Gibbons
Volker, This work is very interesting! Have you looked at what changes might be necessary to any shell tests in the langtools/test and jdk/test directories? Many test shell scripts have a block of code of the form: OS=`uname -s` case "$OS" in SunOS | Linux | *BSD | Darwin ) NULL