- Update release notes for 8u492-b09. - Add missing CVEs for 8u482. - Regenerate JDK-8199936/PR3533 patch following JDK-8374917 - Regenerate JDK-8186464/RH1433262 patch following JDK-8370986 - Drop local giflib 5.2.2 patch now JDK-8328999 is included upstream - Bump freetype version to 2.14.2 following JDK-8373290 & JDK-8379158 - Bump giflib version to 6.1.2 following JDK-8379256 & JDK-8380078 - Bump LCMS 2 version to 2.15.0 following JDK-8303482 - Bump libpng version to 1.6.57 following JDK-8375063, JDK-8377526, JDK-8380959 & JDK-8382047 ** This tarball is embargoed until 2026-04-21 @ 1pm PT. ** Resolves: RHEL-169448 Resolves: RHEL-133223 Resolves: RHEL-146656 Resolves: RHEL-148335 Resolves: RHEL-148848 Resolves: RHEL-161225 Resolves: RHEL-161341 Resolves: RHEL-157098 Resolves: RHEL-157149 |
||
|---|---|---|
| scripts | ||
| tests | ||
| .gitignore | ||
| CheckVendor.java | ||
| config.guess | ||
| config.sub | ||
| fips-8u-6d1aade0648.patch | ||
| gating.yaml | ||
| java-1.8.0-openjdk-portable.specfile | ||
| java-1.8.0-openjdk.spec | ||
| 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 | ||
| jdk8141590-bundle_libffi-followup.patch | ||
| jdk8141590-bundle_libffi.patch | ||
| jdk8143245-pr3548-zero_build_requires_disabled_warnings.patch | ||
| jdk8186464-rh1433262-zip64_failure.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 | ||
| jdk8257794-remove_broken_assert.patch | ||
| NEWS | ||
| 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 | ||
| README.md | ||
| remove-intree-libraries.sh | ||
| repack_reproducible_policies.sh | ||
| rh1582504-rsa_default_for_keytool.patch | ||
| rh1648242-accessible_toolkit_crash_do_not_break_jvm.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 | ||
| rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch | ||
| rh1750419-redhat_alt_java.patch | ||
| s390-8214206_fix.patch | ||
| sources | ||
| TestCryptoLevel.java | ||
| TestECDSA.java | ||
| TestSecurityProperties.java | ||
| TestTranslations.java | ||
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.