# HG changeset patch # User mbaesken # Date 1558005701 -7200 # Node ID b88bcaa94c104c8a7c437b25493ed67acc4b010f # Parent 81852d53e585ecfd345444fa8bdc5b970444dbaf 8223944: fix zlib related building docu and comments Reviewed-by: alanb, erikj diff -r 81852d53e585 -r b88bcaa94c10 doc/building.html --- a/doc/building.html Fri May 17 14:14:15 2019 +0900 +++ b/doc/building.html Thu May 16 13:21:41 2019 +0200 @@ -184,7 +184,7 @@ Solaris -Solaris 11.3 +Solaris 11.3 SRU 20 macOS @@ -497,7 +497,7 @@
  • --with-libffi=<path> - Set the path to libffi
  • --with-jtreg=<path> - Set the path to JTReg. See Running Tests
  • -

    Certain third-party libraries used by the JDK (libjpeg, giflib, libpng, lcms and zlib) are included in the JDK repository. The default behavior of the JDK build is to use this version of these libraries, but they might be replaced by an external version. To do so, specify system as the <source> option in these arguments. (The default is bundled).

    +

    Certain third-party libraries used by the JDK (libjpeg, giflib, libpng, lcms and zlib) are included in the JDK repository. The default behavior of the JDK build is to use the included ("bundled") versions of libjpeg, giflib, libpng and lcms. For zlib, the system lib (if present) is used except on Windows and AIX. However the bundled libraries may be replaced by an external version. To do so, specify system as the <source> option in these arguments. (The default is bundled).