Re: RFR: 8136556 - Add the ability to perform static builds of MacOSX x64 binaries

2015-10-16 Thread Naoto Sato
Hi Bob, Alan, On 10/16/15 8:11 AM, Bob Vandette wrote: I've skimmed through the patches and the DEF_* macros look okay. The only one that doesn't look right is jawt.h/jawt.c. As jawt.h is shipped by the JDK then I think the include of jni_util.h needs to move from jawt.h to jawt.c. Ok, I’ll

Re: Building openjdk 8u on OS X 10.11 fails

2015-10-16 Thread Alex Wang
Hi Dennis, Sorry for not seeing this until now; looks like this got caught up in a filter that I just got around to looking at today. But in any case, thank you for the solution! Wasn't expecting it to be that simple. -Alex > On Sep 17, 2015, at 9:04 AM, Denis Fokin

Re: RFR: 8136556 - Add the ability to perform static builds of MacOSX x64 binaries

2015-10-16 Thread Bob Vandette
> On Oct 16, 2015, at 1:01 PM, Naoto Sato wrote: > > Hi Bob, Alan, > > On 10/16/15 8:11 AM, Bob Vandette wrote: >>> I've skimmed through the patches and the DEF_* macros look okay. The only >>> one that doesn't look right is jawt.h/jawt.c. As jawt.h is shipped by the

Re: RFR: 8136556 - Add the ability to perform static builds of MacOSX x64 binaries

2015-10-16 Thread Alan Bateman
On 15/10/2015 19:07, Bob Vandette wrote: Please review this JDK 9 enhancement which allows a completely static build of the JDK for MacOSX x64 platforms. https://bugs.openjdk.java.net/browse/JDK-8136556 The change involves: 1. Producing

RFR: JDK-8139735: Switch compilers in JPRT for windows and linux

2015-10-16 Thread Erik Joelsson
The compilers used for building the product internally at Oracle is changing soon for Windows and Linux. This change is needed to instruct JPRT to use the new compilers. I also include updates to the devkit generating scripts for these platforms. Bug:

Re: RFR: 8136556 - Add the ability to perform static builds of MacOSX x64 binaries

2015-10-16 Thread Bob Vandette
> On Oct 16, 2015, at 2:28 AM, Alan Bateman wrote: > > On 15/10/2015 19:07, Bob Vandette wrote: >> Please review this JDK 9 enhancement which allows a completely static build >> of the JDK for MacOSX x64 platforms. >> >>