--- old/common/doc/building.html 2017-08-15 14:34:19.157114569 -0400 +++ new/common/doc/building.html 2017-08-15 14:34:17.841039117 -0400 @@ -58,7 +58,6 @@
  • X11
  • ALSA
  • libffi
  • -
  • libelf
  • Other Tooling Requirements

    Use --with-libffi=<path> if configure does not properly locate your libffi files.

    -

    libelf

    -

    libelf from the elfutils project is required when building the AOT feature of Hotspot.

    - -

    Use --with-libelf=<path> if configure does not properly locate your libelf files.

    Other Tooling Requirements

    GNU Make

    OpenJDK requires GNU Make. No other flavors of make are supported.

    @@ -537,7 +529,6 @@
  • --with-x=<path> - Set the path to X11
  • --with-alsa=<path> - Set the path to ALSA
  • --with-libffi=<path> - Set the path to libffi
  • -
  • --with-libelf=<path> - Set the path to libelf
  • --with-jtreg=<path> - Set the path to JTReg. See Running Tests
  • Certain third-party libraries used by OpenJDK (libjpeg, giflib, libpng, lcms and zlib) are included in the OpenJDK repository. The default behavior of the OpenJDK 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).