CheckVendor.java
NEWS
README.md
TestCryptoLevel.java
TestECDSA.java
TestSecurityProperties.java
TestTranslations.java
config.guess
config.sub
fips-8u-6d1aade0648.patch
java-1.8.0-openjdk-portable.specfile
java-1.8.0-openjdk-remove-intree-libraries.sh
jconsole.desktop.in
jdk8035341-allow_using_system_installed_libpng.patch
jdk8042159-allow_using_system_installed_lcms2-jdk.patch
jdk8042159-allow_using_system_installed_lcms2-root.patch
jdk8043805-allow_using_system_installed_libjpeg.patch
jdk8143245-pr3548-zero_build_requires_disabled_warnings.patch
jdk8199936-pr3533-enable_mstackrealign_on_x86_linux_as_well_as_x86_mac_os_x.patch
jdk8199936-pr3591-enable_mstackrealign_on_x86_linux_as_well_as_x86_mac_os_x_jdk.patch
jdk8203030-zero_s390_31_bit_size_t_type_conflicts_in_shared_code.patch
jdk8218811-perfMemory_linux.patch
jdk8257794-remove_broken_assert.patch
jdk8271199-rh2175317-custom_pkcs11_provider_support.patch
jdk8281098-pr3836-pass_compiler_flags_to_adlc.patch
nss.cfg.in
nss.fips.cfg.in
policytool.desktop.in
pr2462-resolve_disabled_warnings_for_libunpack_and_the_unpack200_binary.patch
pr2737-allow_multiple_pkcs11_library_initialisation_to_be_a_non_critical_error.patch
pr2888-rh2055274-support_system_cacerts-8139f2361c2.patch
pr2974-rh1337583-add_systemlineendings_option_to_keytool_and_use_line_separator_instead_of_crlf_in_pkcs10.patch
pr3083-rh1346460-for_ssl_debug_return_null_instead_of_exception_when_theres_no_ecc_provider.patch
pr3593-s390_use_z_format_specifier_for_size_t_arguments_as_size_t_not_equals_to_int.patch
repackReproduciblePolycies.sh
rh1582504-rsa_default_for_keytool.patch
rh1648246-always_instruct_vm_to_assume_multiple_processors_are_available.patch
rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch
rh1649664-awt2dlibraries_compiled_with_no_strict_overflow.patch
rh1750419-redhat_alt_java.patch
s390-8214206_fix.patch
README.md

OpenJDK 8 is a Long-Term Support (LTS) release of the Java platform.

For a list of major changes in OpenJDK 8 (java-1.8.0-openjdk), see the upstream release page: https://openjdk.org/projects/jdk8/features

Rebuilding the OpenJDK package

The OpenJDK packages are now created from a single build which is then packaged for different major versions of Red Hat Enterprise Linux (RHEL). This allows the OpenJDK team to focus their efforts on the development and testing of this single build, rather than having multiple builds which only differ by the platform they were built on.

This does make rebuilding the package slightly more complicated than a normal package. Modifications should be made to the java-1.8.0-openjdk-portable.specfile file, which can be found with this README file in the source RPM or installed in the documentation tree by the java-1.8.0-openjdk-headless RPM.

Once the modified java-1.8.0-openjdk-portable RPMs are built, they should be installed and will produce a number of tarballs in the /usr/lib/jvm directory. The java-1.8.0-openjdk RPMs can then be built, which will use these tarballs to create the usual RPMs found in RHEL. The java-1.8.0-openjdk-portable RPMs can be uninstalled once the desired final RPMs are produced.

Note that the java-1.8.0-openjdk.spec file has a hard requirement on the exact version of java-1.8.0-openjdk-portable to use, so this will need to be modified if the version or rpmrelease values are changed in java-1.8.0-openjdk-portable.specfile.

To reduce the number of RPMs involved, the fastdebug and slowdebug builds may be disabled using --without fastdebug and --without slowdebug.