Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-16 Thread Magnus Ihse Bursie
On 2020-05-16 00:12, Marc Hoffmann wrote: Hi Magnus, I can confirm that this version of the file successfully builds on ARM32 (can’t speak for other platforms): https://pici.beachhub.io/#/jdk-marchof/20200515-213321 Thanks for the quick fix! Thanks Marc. Yumin will push a fix. /Magnus -mar

Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-15 Thread Marc Hoffmann
Hi Magnus, I can confirm that this version of the file successfully builds on ARM32 (can’t speak for other platforms): https://pici.beachhub.io/#/jdk-marchof/20200515-213321 Thanks for the quick fix! -marc > On 15. May 2020, at 17:05, Magnus Ihse Bursie > wrote: > > Here it is. > > /Magnu

Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-15 Thread Marc Hoffmann
Dear Magnus, sure. But for whatever reason the patch does not work for me. Can you please send me the full file? Sry, -marc > On 15. May 2020, at 13:58, Magnus Ihse Bursie > wrote: > > In theory, this patch should work, but I cannot verify it. Marc, can you try > it out? > > diff --git a/

Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-15 Thread Magnus Ihse Bursie
In theory, this patch should work, but I cannot verify it. Marc, can you try it out? diff --git a/make/Images.gmk b/make/Images.gmk --- a/make/Images.gmk +++ b/make/Images.gmk @@ -147,31 +147,33 @@    JRE_TARGETS += $(gen_cds_archive_jre) -  $(eval $(call SetupExecute, gen_cds_nocoops_archive_

Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-15 Thread Rory O'Donnell
Thanks Marc! On 15/05/2020 07:18, David Holmes wrote: https://bugs.openjdk.java.net/browse/JDK-8245070 David On 15/05/2020 4:10 pm, David Holmes wrote: Hi Marc, I will file a bug for this. Thanks for the report. David On 15/05/2020 4:04 pm, Marc Hoffmann wrote: Dear Rory, dear all, JaCoC

Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-14 Thread David Holmes
https://bugs.openjdk.java.net/browse/JDK-8245070 David On 15/05/2020 4:10 pm, David Holmes wrote: Hi Marc, I will file a bug for this. Thanks for the report. David On 15/05/2020 4:04 pm, Marc Hoffmann wrote: Dear Rory, dear all, JaCoCo project here. It looks like that OpenJDK build for jdk

Re: JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-14 Thread David Holmes
Hi Marc, I will file a bug for this. Thanks for the report. David On 15/05/2020 4:04 pm, Marc Hoffmann wrote: Dear Rory, dear all, JaCoCo project here. It looks like that OpenJDK build for jdk main dev branch (Java 15) is broken for us on ARM32 since commit changeset 59296:e25b21095e86

JDK Build Broken since "8242524: Use different default CDS archives depending on UseCompressOops"

2020-05-14 Thread Marc Hoffmann
Dear Rory, dear all, JaCoCo project here. It looks like that OpenJDK build for jdk main dev branch (Java 15) is broken for us on ARM32 since commit changeset 59296:e25b21095e86 8242524: Use different default CDS archives depending on UseCompressOops Reviewed-by: erikj, iklam, ccheun