8202794: Native Unix code should use readdir rather than readdir_r

Severin Gehwolf sgehwolf at redhat.com
Mon Aug 6 08:45:32 UTC 2018


On Mon, 2018-08-06 at 01:32 -0700, ted at tedneward.com wrote:
> I'd really like to be able to build 8 and 9; particularly 8, since
> that's what my current employer is still using. :-)

For JDK 8 we have to use:

$ bash configure ...
$ make WARNINGS_ARE_ERRORS="" \
      SCTP_WERROR= \
      ...

JDK 9+ have --disable-warnings-as-errors configure option.

Thanks,
Severin




More information about the build-dev mailing list