Re: RFR: 8224087: Compile C code for at least C99 Standard compliance

2019-05-21 Thread Sergey Bylokhov
+1 On 21/05/2019 06:49, Erik Joelsson wrote: Looks even better! /Erik On 2019-05-20 17:56, David Holmes wrote: Thank you everyone for taking a look at this. Here is version 2: http://cr.openjdk.java.net/~dholmes/8224087/webrev.v2/ Changes: - set c99 rather than gnu99 - Volker's change for

Re: zlib configuration : system vs. bundled

2019-05-21 Thread Alan Bateman
On 17/05/2019 09:18, Baesken, Matthias wrote: Hi Alan, thanks for the info . Are you aware of a way to reliably see the info (e.g. in hs_err file) what version of libz was used at runtime ? On linux (with some luck ) we see it in hs_err , at least a lot of distros put the

Re: RFR: 8224087: Compile C code for at least C99 Standard compliance

2019-05-21 Thread Erik Joelsson
Looks even better! /Erik On 2019-05-20 17:56, David Holmes wrote: Thank you everyone for taking a look at this. Here is version 2: http://cr.openjdk.java.net/~dholmes/8224087/webrev.v2/ Changes: - set c99 rather than gnu99 - Volker's change for xlc to match gcc and clang - added short note