diff --git a/common/autoconf/configure.ac b/common/autoconf/configure.ac index 72a009c8030..443d119f7aa 100644 --- a/common/autoconf/configure.ac +++ b/common/autoconf/configure.ac @@ -223,7 +223,7 @@ BASIC_COMPILE_FIXPATH LIB_DETERMINE_DEPENDENCIES LIB_SETUP_LIBRARIES -# Hotspot setup depends on lib checks (AOT needs libelf). +# Hotspot setup depends on lib checks. HOTSPOT_SETUP_JVM_FEATURES diff --git a/common/autoconf/generated-configure.sh b/common/autoconf/generated-configure.sh index 8685b396512..e52aecac7c4 100644 --- a/common/autoconf/generated-configure.sh +++ b/common/autoconf/generated-configure.sh @@ -4213,8 +4213,6 @@ apt_help() { PKGHANDLER_COMMAND="sudo apt-get install ccache" ;; dtrace) PKGHANDLER_COMMAND="sudo apt-get install systemtap-sdt-dev" ;; - elf) - PKGHANDLER_COMMAND="sudo apt-get install libelf-dev" ;; esac } @@ -4234,8 +4232,6 @@ yum_help() { PKGHANDLER_COMMAND="sudo yum install libXtst-devel libXt-devel libXrender-devel libXi-devel" ;; ccache) PKGHANDLER_COMMAND="sudo yum install ccache" ;; - elf) - PKGHANDLER_COMMAND="sudo yum install elfutils-libelf-devel" ;; esac } @@ -5155,7 +5151,7 @@ VS_SDK_PLATFORM_NAME_2013= #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1503074369 +DATE_WHEN_GENERATED=1503331667 ############################################################################### # @@ -65605,7 +65601,7 @@ $as_echo "no, not found at $STLPORT_LIB" >&6; } -# Hotspot setup depends on lib checks (AOT needs libelf). +# Hotspot setup depends on lib checks. # The user can in some cases supply additional jvm features. For the custom diff --git a/common/autoconf/help.m4 b/common/autoconf/help.m4 index 1a313e62236..8e4cf4da567 100644 --- a/common/autoconf/help.m4 +++ b/common/autoconf/help.m4 @@ -123,8 +123,6 @@ apt_help() { PKGHANDLER_COMMAND="sudo apt-get install ccache" ;; dtrace) PKGHANDLER_COMMAND="sudo apt-get install systemtap-sdt-dev" ;; - elf) - PKGHANDLER_COMMAND="sudo apt-get install libelf-dev" ;; esac } @@ -144,8 +142,6 @@ yum_help() { PKGHANDLER_COMMAND="sudo yum install libXtst-devel libXt-devel libXrender-devel libXi-devel" ;; ccache) PKGHANDLER_COMMAND="sudo yum install ccache" ;; - elf) - PKGHANDLER_COMMAND="sudo yum install elfutils-libelf-devel" ;; esac } diff --git a/common/doc/building.html b/common/doc/building.html index 48ddbc1c6f4..3b34dbd235e 100644 --- a/common/doc/building.html +++ b/common/doc/building.html @@ -58,7 +58,6 @@
sudo yum install libffi-devel
.Use --with-libffi=<path>
if configure
does not properly locate your libffi files.
libelf from the elfutils project is required when building the AOT feature of Hotspot.
-sudo apt-get install libelf-dev
.sudo yum install elfutils-libelf-devel
.Use --with-libelf=<path>
if configure
does not properly locate your libelf files.
OpenJDK requires GNU Make. No other flavors of make are supported.
@@ -537,7 +529,6 @@ tar -xzf freetype-2.5.3.tar.gz--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 TestsCertain 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
).