Re: RFR: 8236272: Improve fidelity between contents of default CDS archive and classes loaded at runtime

2020-01-28 Thread Claes Redestad
Hi Ioi, On 2020-01-28 02:09, Ioi Lam wrote: Hi Claes, This looks OK to me. One thing I noticed is when running -XX:DumpLoadedClassList from the "real" JDK image, with CDS enabled, I get more classes such as these: > java/lang/invoke/BoundMethodHandle$Species_LJ > java/lang/invoke/BoundMet

Re: gnu make 4.3 breaks the build

2020-01-28 Thread Magnus Ihse Bursie
On 2020-01-27 23:01, Natanael Copa wrote: Hi! On Mon, 27 Jan 2020 21:26:17 +0100 Magnus Ihse Bursie wrote: On 2020-01-27 12:37, Natanael Copa wrote: Hi, this is a follow up on https://mail.openjdk.java.net/pipermail/build-dev/2020-January/026635.html Alpine linux has bumped into the same

Re: RFR: JDK-8237879: make 4.3 breaks build

2020-01-28 Thread Magnus Ihse Bursie
On 2020-01-28 00:13, Erik Joelsson wrote: Please review this fix to make the build compatible with GNU make 4.3. See bug for details on the fix, but this change basically adds an empty rule like this for the example failure: /localhome/git/jdk-sandbox/open/build/linux-x86_64-server-release/bui

Re: gnu make 4.3 breaks the build

2020-01-28 Thread Natanael Copa
On Tue, 28 Jan 2020 12:02:36 +0100 Magnus Ihse Bursie wrote: > On 2020-01-27 23:01, Natanael Copa wrote: > > Hi! > > > > On Mon, 27 Jan 2020 21:26:17 +0100 > > Magnus Ihse Bursie wrote: > > > >> On 2020-01-27 12:37, Natanael Copa wrote: > >>> Hi, > >>> > >>> this is a follow up on > >>> htt

Re: RFR: JDK-8237879: make 4.3 breaks build

2020-01-28 Thread Erik Joelsson
On 2020-01-28 03:05, Magnus Ihse Bursie wrote: On 2020-01-28 00:13, Erik Joelsson wrote: Please review this fix to make the build compatible with GNU make 4.3. See bug for details on the fix, but this change basically adds an empty rule like this for the example failure: /localhome/git/jdk-sa