diff --git a/doc/building.html b/doc/building.html index 96d6ee0e4c8..5246086b98a 100644 --- a/doc/building.html +++ b/doc/building.html @@ -184,7 +184,7 @@ Solaris -Solaris 11.3 +Solaris 11.3 SRU 20 macOS @@ -497,7 +497,7 @@ CC: Sun C++ 5.13 SunOS_i386 151846-10 2015/10/30
  • --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).