[PATCH RFC 0/5] fix build errors with gcc6

Erik Joelsson erik.joelsson at oracle.com
Thu May 12 08:46:43 UTC 2016


Hello Guido,

Looking at your patches, none of them seem to actually be build system 
changes, but rather code changes in various parts of the product. I 
believe patch 1 and 5 should go to core-libs-dev and the rest to 
hotspot-dev. For number 5, assuming the component team is ok with 
disabling -Werror, then since it's a makefile change, it's also good 
practice to include build-dev.

/Erik

On 2016-05-12 03:25, Guido Trentalancia wrote:
> Hello.
>
> The following set of five patches aims to fix the errors that currently
> occur during compilation of openjdk8u with gcc6.
>
> I suppose some of the patches are trivial and can be applied easily
> while others (in particular 4/5) would probably require more revision.
>
> After applying the patchset, I can now build OpenJDK8 Update and it
> seems to be working fine.
>
> The following build options have been used:
>
> --enable-unlimited-crypto
> --with-extra-cflags="-O3 -march=nehalem -mtune=nehalem -Wno-error
> -fpermissive -fno-delete-null-pointer-checks -fno-lifetime-dse"
> --with-extra-cxxflags="-O3 -march=nehalem -mtune=nehalem -Wno-error
> -fpermissive -fno-delete-null-pointer-checks -fno-lifetime-dse"
> --with-boot-jdk=/usr/lib64/jdk1.7.0_04
>
> Thanks very much to Seán Coffey for pointing me to the right mailing
> list and to David Holmes for the initial review of patch 4/5.
>
> Regards,
>
> Guido




More information about the build-dev mailing list