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

2016-05-13 Thread Severin Gehwolf
On Thu, 2016-05-12 at 10:46 +0200, Erik Joelsson wrote: > 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-de

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

2016-05-12 Thread Erik Joelsson
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

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

2016-05-11 Thread Guido Trentalancia
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,