Re: RFR: JDK-8188768 Fix interaction between make and autoconf after consolidation

2017-10-04 Thread David Holmes
Hi Magnus, On 4/10/2017 10:40 PM, Magnus Ihse Bursie wrote: Since the forest consolidation, multiple "paper-cut" issues have appeared. This patch will deal with the following issues: * Changes in autoconf files will no longer cause make to require a reconfigure. * "make reconfigure" was broke

RE: Building OpenJDK9 on MSYS2

2017-10-04 Thread Peter Budai
Hi Magnus, Thanks for the quick reply I’ll check these patches with msys2. Let me specify with more details what I’d like to achieve: I’d like to build OpenJDK9 with MSYS2 MINGW64 environment using gcc toolchain. (I’m not sure how familiar are you with MSYS2, but there are 3 different environme

Re: RFR: JDK-8188768 Fix interaction between make and autoconf after consolidation

2017-10-04 Thread Tim Bell
Magnus Looks good to me as well. /Tim On 10/04/17 06:17, Erik Joelsson wrote: Looks good. /Erik On 2017-10-04 14:40, Magnus Ihse Bursie wrote: Since the forest consolidation, multiple "paper-cut" issues have appeared. This patch will deal with the following issues: * Changes in autoconf f

Re: RFR: JDK-8188312 Use CDS if present when running the Boot JDK during build

2017-10-04 Thread Ioi Lam
On 10/4/17 2:01 AM, Magnus Ihse Bursie wrote: On 2017-10-04 10:47, Magnus Ihse Bursie wrote: On 2017-10-04 02:36, Ioi Lam wrote: If you use SharedArchiveFile, you should set -XX:-VerifySharedSpaces at the same time. Long story short -- for security, we don't want bad archives to be mapped

Re: RFR: JDK-8188768 Fix interaction between make and autoconf after consolidation

2017-10-04 Thread Erik Joelsson
Looks good. /Erik On 2017-10-04 14:40, Magnus Ihse Bursie wrote: Since the forest consolidation, multiple "paper-cut" issues have appeared. This patch will deal with the following issues: * Changes in autoconf files will no longer cause make to require a reconfigure. * "make reconfigure" w

RFR: JDK-8188768 Fix interaction between make and autoconf after consolidation

2017-10-04 Thread Magnus Ihse Bursie
Since the forest consolidation, multiple "paper-cut" issues have appeared. This patch will deal with the following issues: * Changes in autoconf files will no longer cause make to require a reconfigure. * "make reconfigure" was broken when closed sources were present * The new relationship betw

Re: RFR: JDK-8188312 Use CDS if present when running the Boot JDK during build

2017-10-04 Thread Magnus Ihse Bursie
On 2017-10-04 10:47, Magnus Ihse Bursie wrote: On 2017-10-04 02:36, Ioi Lam wrote: If you use SharedArchiveFile, you should set -XX:-VerifySharedSpaces at the same time. Long story short -- for security, we don't want bad archives to be mapped into the JVM. If you don't specify SharedArchi

Re: RFR: JDK-8188312 Use CDS if present when running the Boot JDK during build

2017-10-04 Thread Magnus Ihse Bursie
On 2017-10-04 02:36, Ioi Lam wrote: If you use SharedArchiveFile, you should set -XX:-VerifySharedSpaces at the same time. Long story short -- for security, we don't want bad archives to be mapped into the JVM. If you don't specify SharedArchiveFile, the archive is loaded form the JDK inst