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