This page contains all of the release notes for General Availability (GA) releases and Bundled Patch Release (BPR) builds of JDK 8.
BPR builds are available only as commercial offerings to Oracle customers. They include fixes critical to customers that could not wait until the next scheduled release. Fixes introduced on BPRs are added to later GA releases.
Release date: January 20, 2026
The full version string for this update release is 1.8.0_481-perf-b11 (where "b" means "build"). The version number is 1.8.0_481-perf.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u481 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_481-perf-b11 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u481) be used after the next critical patch update scheduled for April 21, 2026.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u481) on 2026-05-21. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
RMI will use TLS connections if the javax.rmi.ssl.SslRMIClientSocketFactory class is used. These connections now have TLS endpoint identification enabled by default. This may cause some previously-working TLS connections to fail. If this occurs, ensure that the certificate presented by the server has a Subject Alternative Name that matches the server's hostname. Alternatively, endpoint identification for RMI TLS connections can be disabled on the client side by setting the jdk.rmi.ssl.client.enableEndpointIdentification system property to false.
The SHA-1 algorithm has been disabled by default in TLS 1.2 and DTLS 1.2 handshake signatures, by adding "rsa_pkcs1_sha1 usage HandshakeSignature, ecdsa_sha1 usage HandshakeSignature, dsa_sha1 usage HandshakeSignature" to the jdk.tls.disabledAlgorithms security property in the java.security config file. RFC 9155 deprecates the use of SHA-1 in TLS 1.2 and DTLS 1.2 digital signatures. Users can, at their own risk, re-enable the SHA-1 algorithm in TLS 1.2 and DTLS 1.2 handshake signatures by removing "rsa_pkcs1_sha1 usage HandshakeSignature, ecdsa_sha1 usage HandshakeSignature, dsa_sha1 usage HandshakeSignature" from the jdk.tls.disabledAlgorithms security property.
The TLS_RSA cipher suites have been disabled by default, by adding TLS_RSA_* to the jdk.tls.disabledAlgorithms security property in the java.security configuration file. The TLS_RSA cipher suites do not preserve forward-secrecy and are not commonly used. Some TLS_RSA cipher suites are already disabled because they use DES, 3DES, RC4, or NULL, which are disabled. This action disables all remaining TLS_RSA cipher suites. Any attempts to use cipher suites starting with TLS_RSA_ will fail with an SSLHandshakeException. Users can, at their own risk, re-enable these cipher suites by removing TLS_RSA_* from the jdk.tls.disabledAlgorithms security property. The following previously enabled cipher suites are now disabled:
TLS_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_GCM_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA256
TLS_RSA_WITH_AES_128_CBC_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
The HotSpot runtime code has been updated to allow the jcmd -l and jps commands discover JVMs running in a container.
For the JDK11+ LTS families, the JDK will install into a version-specific installation directory by default. The installation directory of 11+ will have a - before the version-specific string to keep consistency with the past 11+ conventions per family. A junction, also known as a symlink for Windows, will also be created in a "latest" directory. It will point to the latest version of that family. Here is a breakdown example of installation and junction locations 11+ families:
| Version | Installation Directory | Junction Location |
|---|---|---|
| jdk25.0.2 | C:\Program Files\Java\jdk-25.0.2 |
C:\Program Files\Java\latest\jdk-25 |
| jdk17.0.18 | C:\Program Files\Java\jdk-17.0.18 |
C:\Program Files\Java\latest\jdk-17 |
| jdk11.0.30 | C:\Program Files\Java\jdk-11.0.30 |
C:\Program Files\Java\latest\jdk-11 |
Each junction will always point to the latest JDK of the matching LTS family. The junction for each family will be removed when the last JDK of the matching LTS family is uninstalled.
A new system and security property, com.sun.security.allowedAIALocations, has been introduced. This property allows users the ability to define one or more filtering rules to be applied to URIs obtained from the authority info access extension on X.509 certificates. These filter rules are applied specifically to the CA issuers access method. Any CA issuers URIs in X.509 certificates are only followed when the com.sun.security.enableAIAcaIssuers system property is enabled and the filter allows the URI.
In order to set the rules, the user must set either the com.sun.security.allowedAIALocations security property or the system property by the same name. If the system property has a value, it will override the security property. By default the property is blank, which enacts a deny-all ruleset.
For either property, the value consists of a set of space-separated rules that take the form of a URI, with the following constraints:
/ab/cd/ will match a CA issuer path of /ab/cd/, /ab/cd/ef and /ab/cd/ef/ghi.).For the properties, a single value of "any" (case-insensitive) will create an allow-all rule.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8328085 | hotspot/compiler | C2: Use after free in PhaseChaitin::Register_Allocate() |
| 2 | JDK-8364993 | hotspot/jfr | JFR: Disable jdk.ModuleExport in default.jfc |
| 3 | JDK-8364556 | hotspot/jfr | JFR: Disable SymbolTableStatistics and StringTableStatistics in default.jfc |
| 4 | JDK-8369992 | hotspot/jfr | JFR: Disable Placeholder-, LoaderConstraints- and ProtectionDomainCacheTableStatistics in default.jfc |
| 5 | JDK-8328997 | hotspot/runtime | Remove unnecessary template parameter lists in GrowableArray |
| 6 | JDK-8317132 | hotspot/runtime | Prepare HotSpot for permissive- |
| 7 | JDK-8361447 | hotspot/runtime | [REDO] Checked version of JNI Release<type>ArrayElements needs to filter out known wrapped arrays |
| 8 | JDK-8364235 | hotspot/runtime | Fix for JDK-8361447 breaks the alignment requirements for GuardedMemory |
| 9 | JDK-8364660 | hotspot/runtime | ClassVerifier::ends_in_athrow() should be removed |
The following sections summarize changes made in all Java SE 8u481 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8223045 | client-libs | 2d | GraphicsEnvironment does not detect resolution changes in multiscreen systems |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8370632 | javafx | web | Additional libxslt 1.1.43 fixes |
| JDK-8370235 | javafx | web | WebKit build fails on Windows 32-bit and Linux 32-bit after JDK-8367578 |
| JDK-8368704 (not public) | javafx | web | Better glyph handling |
| JDK-8368691 | javafx | web | Update libxml2 to 2.14.6 |
| JDK-8367578 | javafx | web | Additional WebKit 622.1 fixes from WebKitGTK 2.48.7 |
| JDK-8366744 | javafx | web | Update SQLite to 3.50.4 |
| JDK-8366217 | javafx | media | Update GStreamer to 1.26.5 |
| JDK-8363813 | javafx | window-toolkit | Missing null check in GlassScreen |
| JDK-8362535 (not public | javafx | web | Update libxslt support |
| JDK-8361719 (not public) | javafx | application-lifecycle | Enhance Handling of URIs |
| JDK-8361648 | javafx | media | Update Glib to 2.84.3 |
| JDK-8361644 | javafx | web | Update ICU4C to 77.1 |
Release date: January 20, 2026
The full version string for this update release is 1.8.0_481-b10 (where "b" means "build"). The version number is 8u481. This JDK conforms to version 8.6 of the Java SE Specification (JSR 337 MR 6 2024-07-02).
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u481 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_481-b10 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u481) be used after the next critical patch update scheduled for April 21, 2026.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u481) on 2026-05-21. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
RMI will use TLS connections if the [javax.rmi.ssl.SslRMIClientSocketFactory] class is used. These connections now have TLS endpoint identification enabled by default. This may cause some previously-working TLS connections to fail. If this occurs, ensure that the certificate presented by the server has a Subject Alternative Name that matches the server's hostname. Alternatively, endpoint identification for RMI TLS connections can be disabled on the client side by setting the jdk.rmi.ssl.client.enableEndpointIdentification system property to false.
The SHA-1 algorithm has been disabled by default in TLS 1.2 and DTLS 1.2 handshake signatures, by adding "rsa_pkcs1_sha1 usage HandshakeSignature, ecdsa_sha1 usage HandshakeSignature, dsa_sha1 usage HandshakeSignature" to the jdk.tls.disabledAlgorithms security property in the java.security config file. RFC 9155 deprecates the use of SHA-1 in TLS 1.2 and DTLS 1.2 digital signatures. Users can, at their own risk, re-enable the SHA-1 algorithm in TLS 1.2 and DTLS 1.2 handshake signatures by removing "rsa_pkcs1_sha1 usage HandshakeSignature, ecdsa_sha1 usage HandshakeSignature, dsa_sha1 usage HandshakeSignature" from the jdk.tls.disabledAlgorithms security property.
For the JDK11+ LTS families, the JDK will install into a version-specific installation directory by default. The installation directory of 11+ will have a - before the version-specific string to keep consistency with the past 11+ conventions per family. A junction, also known as a symlink for Windows, will also be created in a "latest" directory. It will point to the latest version of that family. Here is a breakdown example of installation and junction locations 11+ families:
| Version | Installation Directory | Junction Location |
|---|---|---|
| jdk25.0.2 | C:\Program Files\Java\jdk-25.0.2 |
C:\Program Files\Java\latest\jdk-25 |
| jdk17.0.18 | C:\Program Files\Java\jdk-17.0.18 |
C:\Program Files\Java\latest\jdk-17 |
| jdk11.0.30 | C:\Program Files\Java\jdk-11.0.30 |
C:\Program Files\Java\latest\jdk-11 |
Each junction will always point to the latest JDK of the matching LTS family. The junction for each family will be removed when the last JDK of the matching LTS family is uninstalled.
jcmd command will be available in the headless JDK RPM instead of the headful JDK RPM.
It will be added to the java alternatives group instead of the javac alternatives group.
The TLS_RSA cipher suites have been disabled by default, by adding "TLS_RSA_" to the jdk.tls.disabledAlgorithms security property in the java.security configuration file. The TLS_RSA cipher suites do not preserve forward-secrecy and are not commonly used. Some TLS_RSA cipher suites are already disabled because they use DES, 3DES, RC4, or NULL, which are disabled. This action disables all remaining TLS_RSA cipher suites. Any attempts to use cipher suites starting with "TLS_RSA_" will fail with an SSLHandshakeException. Users can, at their own risk, re-enable these cipher suites by removing "TLS_RSA_" from the jdk.tls.disabledAlgorithms security property. The following previously enabled cipher suites are now disabled:
TLS_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_GCM_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA256
TLS_RSA_WITH_AES_128_CBC_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
On Debian-based Linux distributions such as Ubuntu, the /etc/timezone file was previously used to determine the JDK's default time zone (TimeZone.getDefault()). According to Debian's Wiki, /etc/localtime is now the primary source for the system's default time zone, making /etc/timezone redundant. As a result, the JDK's default time zone detection logic has been updated to use /etc/localtime instead of /etc/timezone. If /etc/localtime and /etc/timezone are inconsistent for any reason, the JDK's default time zone is now determined solely based on /etc/localtime file.
The HotSpot runtime code has been updated to allow the jcmd -l and jps commands discover JVMs running in a container.
A new system and security property, com.sun.security.allowedAIALocations, has been introduced. This property allows users the ability to define one or more filtering rules to be applied to URIs obtained from the authority info access extension on X.509 certificates. These filter rules are applied specifically to the CA issuers access method. Any CA issuers URIs in X.509 certificates are only followed when the com.sun.security.enableAIAcaIssuers system property is enabled and the filter allows the URI.
In order to set the rules, the user must set either the com.sun.security.allowedAIALocations security property or the system property by the same name. If the system property has a value, it will override the security property. By default the property is blank, which enacts a deny-all ruleset.
For either property, the value consists of a set of space-separated rules that take the form of a URI, with the following constraints:
/ab/cd/ will match a CA issuer path of /ab/cd/, /ab/cd/ef and /ab/cd/ef/ghi.).For the properties, a single value of "any" (case-insensitive) will create an allow-all rule.
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u481 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8292214 | client-libs/2d | Memory leak in getAllConfigs of awt_GraphicsEnv.c:386 |
| 2 | JDK-8361748 | client-libs/2d | Enforce limits on the size of an XBM image |
| 3 | JDK-8280468 | client-libs/java.awt | Crashes in getConfigColormap, getConfigVisualId, XVisualIDFromVisual on Linux |
| 4 | JDK-8167486 | client-libs/java.awt | Device.getDisplayMode() doesn't report refresh rate on Linux in case of dual screen |
| 5 | JDK-8022810 | client-libs/java.awt | Cannot list all the available display modes on Ubuntu linux in case of two screen devices |
| 6 | JDK-8286159 | client-libs/java.awt | Memory leak in getAllConfigs of awt_GraphicsEnv.c:585 |
| 7 | JDK-8354646 | client-libs/java.awt | java.awt.TextField allows to identify the spaces in a password when double clicked at the starting and end of the text |
| 8 | JDK-8238436 | client-libs/java.awt | java/awt/Frame/FrameLocationTest/FrameLocationTest.java fails |
| 9 | JDK-8216329 | client-libs/javax.swing | Cannot resize CheckBoxItemMenu in Synth L&F with setHorizontalTextPosition |
| 10 | JDK-8139228 | client-libs/javax.swing | JFileChooser renders file names as HTML document |
| 11 | JDK-8358532 | client-libs/javax.swing | JFileChooser in GTK L&F still displays HTML filename |
| 12 | JDK-8358813 | client-libs/javax.swing | JPasswordField identifies spaces in password via delete shortcuts |
| 13 | JDK-8370465 | client-libs/javax.swing | Right to Left Orientation Issues with MenuItem Component |
| 14 | JDK-8055747 | core-libs/java.net | Move SimpleSSLContext to jdk/testlibrary |
| 15 | JDK-8056065 | core-libs/java.net | sun/net/www/protocol/http/RedirectOnPost.java failing. |
| 16 | JDK-8271010 | hotspot/compiler | vmTestbase/gc/lock/malloc/malloclock04/TestDescription.java crashes intermittently |
| 17 | JDK-8160997 | hotspot/runtime | Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced |
| 18 | JDK-8174734 | hotspot/runtime | Safepoint sync time did not increase |
| 19 | JDK-8364660 | hotspot/runtime | ClassVerifier::ends_in_athrow() should be removed |
| 20 | JDK-8081541 | tools/javac | @ignore CheckEBCDICLocaleTest |
| 21 | JDK-8359872 | tools/launcher | NullPointerException in sun.launcher.LauncherHelper.checkJavaFXRemoval |
Release date: October 21, 2025
The full version string for this update release is 1.8.0_471-perf-b09 (where "b" means "build"). The version number is 1.8.0_471-perf.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u471 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_471-perf-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u471) be used after the next critical patch update scheduled for January 20, 2026.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u471) on 2026-02-20. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
TLS protocol specific usage constraints are now supported by the jdk.tls.disabledAlgorithms property in the java.security configuration file, as follows:
UsageConstraint:
usage UsageType { UsageType }
UsageType:
HandshakeSignature | CertificateSignature
HandshakeSignature restricts the use of an algorithm in TLS handshake signatures. CertificateSignature restricts the use of an algorithm in certificate signatures. An algorithm with this constraint cannot include other usage types defined in the jdk.certpath.disabledAlgorithms property. The usage type follows the keyword and more than one usage type can be specified with a whitespace delimiter.
TLS cipher suites can be disabled with the jdk.tls.disabledAlgorithms security property in the java.security configuration file using one or more * wildcard characters. For example, "TLS_RSA_*" disables all cipher suites that start with "TLS_RSA_". Only cipher suites starting with "TLS_" are allowed to have wildcard characters.
The XML Signature implementation has been updated to Santuario 3.0.5. Support for four new SHA-3 based ECDSA SignatureMethod algorithms have been added: SignatureMethod.ECDSA_SHA3_224, SignatureMethod.ECDSA_SHA3_256, SignatureMethod.ECDSA_SHA3_384, and SignatureMethod.ECDSA_SHA3_512.
java.lang.CharSequence has been updated in this release to define a default isEmpty method that tests if a character sequence is empty. Testing for, and filtering out, empty Strings and other CharSequences is a common occurrence in code and CharSequence::isEmpty can be used as a method reference. Classes that implement java.lang.CharSequence and another interface that defines isEmpty method should be aware of this addition as they may need to be modified to override the isEmpty method.
When IPv6 is enabled, the JDK uses dual stack IPv4/IPv6 sockets by default. Binding, connecting, or sending datagrams uses IPv4-mapped IPv6 addresses in this case.
On some hosts running macOS version 15.6.x and above, and macOS 26, it has been observed that when a datagram socket bound to a IPv4 mapped IPv6 address sends a packet, either using the java.net.DatagramSocket or java.nio.channels.DatagramChannel APIs, then the first packet is lost and never gets delivered. A second invocation of send on the same socket, even to the same destination address, correctly delivers the packet and it is received by the recipient.
A bug has been filed with Apple (feedback issue id FB20302424) seeking their assistance. The issue is currently unresolved.
Until the issue is resolved, there are a couple of workarounds that applications can consider:
java command can be launched with -Djava.net.preferIPv4Stack=true to use IPv4 sockets by default.-Djava.net.preferIPv4Stack=true is not acceptable, a more local workaround can be applied by changing the application code to create a java.nio.channels.DatagramChannel with java.net.StandardProtocolFamily.INET as the protocol family and then bind the channel to a IPv4 address.
The following root certificates, which are deactivated and no longer in use, have been removed from the cacerts keystore:
+ alias name "affirmtrustcommercialca [jdk]"
Distinguished Name: CN=AffirmTrust Commercial, O=AffirmTrust, C=US
+ alias name "affirmtrustnetworkingca [jdk]"
Distinguished Name: CN=AffirmTrust Networking, O=AffirmTrust, C=US
+ alias name "affirmtrustpremiumca [jdk]"
Distinguished Name: CN=AffirmTrust Premium, O=AffirmTrust, C=US
+ alias name "affirmtrustpremiumeccca [jdk]"
Distinguished Name: CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US
The HotSpot runtime code has been updated to additionally print a container's 'rss' and 'cache'. The additional output can be found in the JVM's response to a "jcmd [PID] VM.info" request and in the hs_err file generated in case of JVM abrupt termination.
This will help monitoring and troubleshooting OutOfMemory situations as OOM killer can terminate a process if its rss + cache usage reaches the max memory limit of the container.
On Solaris, the CKM_DH_PKCS_KEY_PAIR_GEN and CKM_DH_PKCS_DERIVE mechanisms offered by the SunPKCS11-Solaris provider have been disabled via the $JAVA_HOME/conf/security/sunpkcs11-solaris.cfg configuration file. The SunJCE provider also supports these DH crypto services and may be chosen instead. The DH mechanisms can be re-enabled by removing them from the "disabledMechanisms" section of the configuration file. However, please note that the DHParameterSpec object for any generated DH key pair will always have its optional L value (the private value length) set to 0.
The bug reporting URL that users are directed to as a result of crashes has been updated to use the HTTPS protocol, rather than the HTTP protocol. The old bug reporting URL, http://bugreport.java.com/bugreport/crash.jsp, already redirects to https://, so this change should have no impact on users reporting bugs.
On Solaris, the CKM_TLS_KEY_AND_MAC_DERIVE mechanism offered by the SunPKCS11-Solaris provider and specific to TLSv1.0, can derive incorrect key data causing TLSv1.0 communication failure. That mechanism has been disabled via the $JAVA_HOME/conf/security/sunpkcs11-solaris.cfg configuration file. The JCE provider now manages these cryptographic requests.
Locale data based on Unicode Consortium's CLDR has been upgraded to their version 37. For the detailed locale data changes, please refer to the Unicode Consortium's CLDR release notes:
The logging behavior of the TLS javax.net.debug system property has been improved in this release. The javax.net.debug property is used to generate TLS debug logs from the default JSSE provider. Previously, using the ssl option via -Djavax.net.debug=ssl produced very limited output, which reduced its usefulness for troubleshooting.
With this update, setting -Djavax.net.debug=ssl now enables comprehensive SSL debug logging, except for the data, packet, and plaintext sub-options. Applications using this option will now see significantly more detailed debug information in logs.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8313619 | hotspot/compiler | TestIntrinsicsRegStress.java fails on SPARC |
| 2 | JDK-8252482 | hotspot/compiler | disable cbcond instructions on SPARC64 |
| 3 | JDK-8245087 | hotspot/gc | Use ratios instead of percentages in G1HeapSizingPolicy::expansion_amount |
| 4 | JDK-8244817 | hotspot/gc | Add configuration logging similar to ZGCs to other GCs |
| 5 | JDK-8245088 | hotspot/gc | Always provide logs for G1 heap expansion calculations |
| 6 | JDK-8245086 | hotspot/gc | G1: Rename measured pause time ratios |
| 7 | JDK-8364258 | hotspot/jfr | ThreadGroup constant pool serialization is not normalized |
| 8 | JDK-8227559 | hotspot/jfr | JFR: Slow dump with path-to-gc-roots=true |
| 9 | JDK-8245120 | hotspot/jfr | JFR: Parser unable to return typed version |
| 10 | JDK-8238592 | hotspot/jfr | JFR: Crash when dumping paths to gc roots on deep heaps |
| 11 | JDK-8297106 | hotspot/runtime | Remove the -Xcheck:jni local reference capacity checking |
| 12 | JDK-8245594 | hotspot/runtime | Remove volatile-qualified member functions and parameters from oop class |
| 13 | JDK-8291763 | hotspot/runtime | Include virtualization information in hs_err crash log on Solaris |
| 14 | JDK-8245521 | hotspot/runtime | Remove STACK_BIAS |
| 15 | JDK-8243392 | hotspot/runtime | Remodel CDS/Metaspace storage reservation |
| 16 | JDK-8263407 | hotspot/runtime | SPARC64 detection fails on Athena (SPARC64-X) |
| 17 | JDK-8263004 | hotspot/runtime | SPARC CodeBuffer overflow in generate_satb_log_enqueue |
| 18 | JDK-8338154 | hotspot/test | Fix -Wzero-as-null-pointer-constant warnings in gtest framework |
The following sections summarize changes made in all Java SE 8u471 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8360270 | javafx | web | Websocket communication issues with Vaadin applications through webview |
| JDK-8357269 | javafx | web | WebView: Update Public Suffix List to 823beb1 |
| JDK-8356982 | javafx | web | Update WebKit to 622.1 |
| JDK-8354940 | javafx | web | Fail to sign in to Microsoft sites with WebView |
| JDK-8328684 | javafx | web | HellowWebView demo crashes when a webpage is scrolled |
Release date: October 21, 2025
The full version string for this update release is 1.8.0_471-b09 (where "b" means "build"). The version number is 8u471. This JDK conforms to version 8.6 of the Java SE Specification (JSR 337 MR 6 2024-07-02).
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u471 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_471-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u471) be used after the next critical patch update scheduled for January 20, 2026.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u471) on 2026-02-20. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
TLS protocol specific usage constraints are now supported by the jdk.tls.disabledAlgorithms property in the java.security configuration file, as follows:
UsageConstraint:
usage UsageType { UsageType }
UsageType:
HandshakeSignature | CertificateSignature
HandshakeSignature restricts the use of an algorithm in TLS handshake signatures. CertificateSignature restricts the use of an algorithm in certificate signatures. An algorithm with this constraint cannot include other usage types defined in the jdk.certpath.disabledAlgorithms property. The usage type follows the keyword and more than one usage type can be specified with a whitespace delimiter.
TLS cipher suites can be disabled with the jdk.tls.disabledAlgorithms security property in the java.security configuration file using one or more * wildcard characters. For example, "TLS_RSA_*" disables all cipher suites that start with "TLS_RSA_". Only cipher suites starting with "TLS_" are allowed to have wildcard characters.
The java.security.debug system property now accepts arguments which add thread ID, thread name, caller information, and timestamp information to debug statements for all components or a specific component.
+timestamp can be appended to debug options to print a timestamp for that debug option. +thread can be appended to debug options to print thread and caller information for that debug option.
Examples: -Djava.security.debug=all+timestamp+thread adds timestamp and thread information to every debug statement generated.
-Djava.security.debug=properties+timestamp adds timestamp information to every debug statement generated for the properties component.
You can also specify -Djava.security.debug=help which will display a complete list of supported components and arguments.
See Printing Thread and Timestamp Information for more information.
The XML Signature implementation has been updated to Santuario 3.0.5. Support for four new SHA-3 based ECDSA SignatureMethod algorithms have been added: SignatureMethod.ECDSA_SHA3_224, SignatureMethod.ECDSA_SHA3_256, SignatureMethod.ECDSA_SHA3_384, and SignatureMethod.ECDSA_SHA3_512.
On Solaris 11.4, Java applications may experience user interface (UI) issues, such as:
Workaround:
To resolve these issues, add the following line to the /usr/bin/gnome-session file:
export GSK_RENDERER=cairo
After making this change, restart gdm and vncserver for the update to take effect.
A permanent fix will be included in Solaris SRU 87.
When IPv6 is enabled, the JDK uses dual stack IPv4/IPv6 sockets by default. Binding, connecting, or sending datagrams uses IPv4-mapped IPv6 addresses in this case.
On some hosts running macOS version 15.6.x and above, and macOS 26, it has been observed that when a datagram socket bound to a IPv4 mapped IPv6 address sends a packet, either using the java.net.DatagramSocket or java.nio.channels.DatagramChannel APIs, then the first packet is lost and never gets delivered. A second invocation of send on the same socket, even to the same destination address, correctly delivers the packet and it is received by the recipient.
A bug has been filed with Apple (feedback issue id FB20302424) seeking their assistance. The issue is currently unresolved.
Until the issue is resolved, there are a couple of workarounds that applications can consider:
java command can be launched with -Djava.net.preferIPv4Stack=true to use IPv4 sockets by default.-Djava.net.preferIPv4Stack=true is not acceptable, a more local workaround can be applied by changing the application code to create a java.nio.channels.DatagramChannel with java.net.StandardProtocolFamily.INET as the protocol family and then bind the channel to a IPv4 address.
The following root certificates, which are deactivated and no longer in use, have been removed from the cacerts keystore:
+ alias name "affirmtrustcommercialca [jdk]"
Distinguished Name: CN=AffirmTrust Commercial, O=AffirmTrust, C=US
+ alias name "affirmtrustnetworkingca [jdk]"
Distinguished Name: CN=AffirmTrust Networking, O=AffirmTrust, C=US
+ alias name "affirmtrustpremiumca [jdk]"
Distinguished Name: CN=AffirmTrust Premium, O=AffirmTrust, C=US
+ alias name "affirmtrustpremiumeccca [jdk]"
Distinguished Name: CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US
Linux RPM JDK installers now use systemd instead of init to manage the automatic jar file execution (jexec) service.
In this release, new system and security properties are introduced to allow more granular control over the set of JNDI object factories allowed to reconstruct Java objects from JNDI/LDAP and JNDI/RMI contexts:
The new jdk.jndi.ldap.object.factoriesFilter property specifies which object factory classes are allowed to instantiate Java objects from object references returned by JNDI/LDAP contexts. By default, only object factories defined with the setting of the property 'jdk.jndi.ldap.object.factoriesFilter=com.sun.jndi.ldap.**;!*' are allowed.
The new jdk.jndi.rmi.object.factoriesFilter property specifies which object factory classes are allowed to instantiate Java objects from object references returned by JNDI/RMI contexts. By default, only object factories defined with the setting of the property jdk.jndi.rmi.object.factoriesFilter=com.sun.jndi.rmi.**;!* are allowed.
These new factory filter properties complement the jdk.jndi.object.factoriesFilter global factories filter property by determining if a specific object factory is permitted to instantiate objects for the LDAP or RMI protocols used in JNDI.
An application depending on custom object factories to recreate Java objects from JNDI/LDAP or JNDI/RMI contexts will need to supply a security or system property with an updated value to allow such third-party object factories to reconstruct LDAP or RMI objects. If usage of a factory is denied, the lookup operation may result in a plain instance of javax.naming.Reference instance returned, which may lead to a ClassCastException being thrown in the application.
The HotSpot runtime code in the JDK has been updated in order for diagnostic commands like jcmd and jstack be able to attach to JVM processes running in a container.
The bug reporting URL that users are directed to as a result of crashes has been updated to use the HTTPS protocol, rather than the HTTP protocol. The old bug reporting URL, http://bugreport.java.com/bugreport/crash.jsp, already redirects to https://, so this change should have no impact on users reporting bugs.
The HotSpot runtime code has been updated to additionally print a container's 'rss' and 'cache'. The additional output can be found in the JVM's response to a "jcmd [PID] VM.info" request and in the hs_err file generated in case of JVM abrupt termination.
This will help monitoring and troubleshooting OutOfMemory situations as OOM killer can terminate a process if its rss + cache usage reaches the max memory limit of the container.
Command line arguments to the Java launcher are no longer converted with Windows' "best-fit" mapping when the arguments include unmappable characters for the ANSI code page. This mapping has been intervening in the Java launcher's argument parsing. Unmappable characters are now replaced with the default replacement character, such as '?' in some cases. For rare cases, where applications need those unmappable characters on the command line, select UTF-8 in Windows Regional Settings.
The JDK XPath implementation now supports External Access Properties. It also enables restriction through these properties when secure processing is set to true explicitly. To secure an XPath processor against risky evaluation of external DTD references, enable secure processing as demonstrated in the following code:
XPathFactory xf = XPathFactory.newInstance();
xf.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
This process will cause the XPath processor created via the factory to throw XPathExpressionException if used to evaluate a raw XML document that contains external references such as an external DTD.
Mitigation includes using the External Access Properties to override that enabled by FSP. For example, the following setting will allow the process to continue when there is a reference to a file-based external DTD in the XML document:
xf.setProperty(ACCESS_EXTERNAL_DTD, "file");
It is recommended that applications use the XPath processor to evaluate DOM rather than raw XML documents.
The logging behavior of the TLS javax.net.debug system property has been improved in this release. The javax.net.debug property is used to generate TLS debug logs from the default JSSE provider. Previously, using the ssl option via -Djavax.net.debug=ssl produced very limited output, which reduced its usefulness for troubleshooting.
With this update, setting -Djavax.net.debug=ssl now enables comprehensive SSL debug logging, except for the data, packet, and plaintext sub-options. Applications using this option will now see significantly more detailed debug information in logs.
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u471 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8280991 | client-libs/java.awt | [XWayland] No displayChanged event after setDisplayMode call |
| 2 | JDK-8076313 | client-libs/java.awt | GraphicsEnvironment does not detect changes in count of monitors on Linux OS |
| 3 | JDK-8358452 | client-libs/java.awt | JNI exception pending in Java_sun_awt_screencast_ScreencastHelper_remoteDesktopKeyImpl of screencast_pipewire.c:1214 (ID: 51119) |
| 4 | JDK-8360647 | client-libs/java.awt | [XWayland] [OL10] NumPad keys are not triggered |
| 5 | JDK-8351907 | client-libs/java.awt | [XWayland] [OL10] Robot.mousePress() is delivered to wrong place |
| 6 | JDK-8345728 | client-libs/javax.accessibility | [Accessibility,macOS,Screen Magnifier]: JCheckbox unchecked state does not magnify but works for checked state |
| 7 | JDK-8348936 | client-libs/javax.accessibility | [Accessibility,macOS,VoiceOver] VoiceOver doesn't announce untick on toggling the checkbox with "space" key on macOS |
| 8 | JDK-8341311 | client-libs/javax.accessibility | [Accessibility,macOS,VoiceOver] VoiceOver announces incorrect number of items in submenu of JPopupMenu |
| 9 | JDK-8365375 | client-libs/javax.swing | Method SU3.setAcceleratorSelectionForeground assigns to acceleratorForeground |
| 10 | JDK-8348760 | client-libs/javax.swing | RadioButton is not shown if JRadioButtonMenuItem is rendered with ImageIcon in WindowsLookAndFeel |
| 11 | JDK-8343804 | core-libs/java.util:i18n | Show the default time zone with -XshowSettings option |
| 12 | JDK-8368308 | core-libs/java.util:i18n | ISO 4217 Amendment 180 Update - Bulgaria Adopts the Euro in 2026 |
| 13 | JDK-8152589 | core-svc/java.lang.management | java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object |
| 14 | JDK-8179498 | core-svc/tools | attach in linux should be relative to /proc/pid/root and namespace aware |
| 15 | JDK-8361537 | docs/guides | Update the JAXP section of the Guide |
| 16 | JDK-8357105 | hotspot/compiler | C2: compilation fails with "assert(false) failed: empty program detected during loop optimization" |
| 17 | JDK-8164921 | hotspot/jvmti | Memory leaked when instrumentation.retransformClasses() is called repeatedly |
| 18 | JDK-8300658 | hotspot/runtime | memory_and_swap_limit() reporting wrong values on systems with swapaccount=0 |
| 19 | JDK-8360543 | install/uninstall | Modify option for JDK in appwiz.cpl failed with the error |
| 20 | JDK-8350582 | security-libs/javax.net.ssl | Correct the parsing of the ssl value in javax.net.debug |
| 21 | JDK-8355779 | security-libs/javax.net.ssl | When no "signature_algorithms_cert" extension is present we do not apply certificate scope constraints to algorithms in "signature_algorithms" extension |
| 22 | JDK-8350807 | security-libs/javax.net.ssl | Certificates using MD5 algorithm that are disabled by default are incorrectly allowed in TLSv1.3 when re-enabled |
The following sections summarize changes made in all Java SE 8u461 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8354876 | javafx | web | Update SQLite to 3.49.1 |
| JDK-8352164 | javafx | web | Update libxslt to 1.1.43 |
| JDK-8352162 | javafx | web | Update libxml2 to 2.13.8 |
| JDK-8351653 | javafx | web | Webkit debug build failure after update to 620.1 |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8360926 (not public) | install | install | JDK8 RPM installer installs with an error message |
| JDK-8355072 (not public) | install | install | [OL9] java on systemd environments: /etc/rc.d/init.d/jexec' lacks a native systemd unit file |
Release date: July 15, 2025
The full version string for this update release is 1.8.0_461-perf-b12 (where "b" means "build"). The version number is 1.8.0_461-perf.
JDK 8u461 contains IANA time zone data 2025b which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u461 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_461-perf-b12 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u461) be used after the next critical patch update scheduled for October 21, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u461) on 2025-11-21. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The following root certificates, which are terminated and no longer in use, have been removed from the `cacerts` keystore:
+ alias name "camerfirmachamberscommerceca [jdk]"
Distinguished Name: CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU
+ alias name "camerfirmachambersignca [jdk]"
Distinguished Name: CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU
The following expired root certificate has been removed from the `cacerts` keystore:
+ alias name "baltimorecybertrustca [jdk]"
Distinguished Name: CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE
The oracle.com JDK RPM packages meant to be downloaded directly to the target system, now are signed with the OL9 signing key instead of the OL8 signing key. The RPM packages hosted on YUM repositories remain signed with the appropriate key for the target repository.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8345296 | hotspot/compiler | AArch64: VM crashes with SIGILL when prctl is disallowed |
| 2 | JDK-8339148 | hotspot/runtime | Make os::Linux::active_processor_count() public |
| 3 | JDK-8300645 | hotspot/runtime | Handle julong values in logging of GET_CONTAINER_INFO macros |
| 4 | JDK-8300658 | hotspot/runtime | memory_and_swap_limit() reporting wrong values on systems with swapaccount=0 |
Release date: July 15, 2025
The full version string for this update release is 1.8.0_461-b11 (where "b" means "build"). The version number is 8u461. This JDK conforms to version 8.6 of the Java SE Specification (JSR 337 MR 6 2024-07-02).
JDK 8u461 contains IANA time zone data 2025b which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u461 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_461-b11 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u461) be used after the next critical patch update scheduled for October 21, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u461) on 2025-11-21. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The following expired root certificate has been removed from the cacerts keystore:
+ alias name "baltimorecybertrustca [jdk]"
Distinguished Name: CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE
The following root certificates, which are terminated and no longer in use, have been removed from the cacerts keystore:
+ alias name "camerfirmachamberscommerceca [jdk]"
Distinguished Name: CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU
+ alias name "camerfirmachambersignca [jdk]"
Distinguished Name: CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU
The following root certificates have been added to the cacerts truststore:
+ Sectigo Limited
+ sectigocodesignroote46
DN: CN=Sectigo Public Code Signing Root E46, O=Sectigo Limited, C=GB
+ Sectigo Limited
+ sectigocodesignrootr46
DN: CN=Sectigo Public Code Signing Root R46, O=Sectigo Limited, C=GB
+ Sectigo Limited
+ sectigotlsroote46
DN: CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB
+ Sectigo Limited
+ sectigotlsrootr46
DN: CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB
The oracle.com JDK RPM packages meant to be downloaded directly to the target system, now are signed with the OL9 signing key instead of the OL8 signing key. The RPM packages hosted on YUM repositories remain signed with the appropriate key for the target repository.
There are some scenarios where upgrading from a JRE version 8u361 or below to a newer JRE version of Java 8 may break some of the Windows registry keys for the Java Runtime Environment. The Java Uninstall Tool will repair such situations, regardless if a JRE is selected for uninstall or not.
The latest Gnome update installs the Cantarell font, an OpenType font with CFF2 table, as the default in the latest Red Hat, SLES, and Solaris platforms. However, the T2K rendering engine used in JDK 8 does not support OpenType CFF2 fonts. As a result, when using the GTK look and feel, none of the text renders with the Cantarell font.
Starting from JDK 8u461, the Java runtime utilizes the FreeType library installed on the end-user’s system to render certain fonts, such as Cantarell. Due to this modification, installing libfreetype.so.6 may be necessary.
In this release, the JDK implementation of the LDAP provider no longer supports deserialization of Java objects by default:
com.sun.jndi.ldap.object.trustSerialData system property has been updated to false.The transparent deserialization of Java objects from an LDAP context will now require an explicit opt-in. Applications that rely on reconstruction of Java objects or RMI stubs from the LDAP attributes would need to set the com.sun.jndi.ldap.object.trustSerialData system property to true.
If an entry is removed from a signed JAR file, there is no mechanism to detect that it has been removed using the JarFile API, since the getJarEntry method returns null as if the entry had never existed. With this change, the jarsigner -verify command analyzes the signature files and if some sections do not have matching file entries, it prints out the following warning: "This JAR contains signed entries for files that do not exist". Users can further find out the names of these entries by adding the -verbose option to the command.
The implementation of the ExpandEntityReferences feature was changed to comply with the specification of the DocumentBuilderFactory.setExpandEntityReferences method. Now, when the method is set to false and encounters an entity reference, a DOM parser created by the DocumentBuilderFactory adds the EntityReference node to the DOM tree without the expanded Text node. Before the change, the implementation incorrectly added both nodes.
With the change, the DOM parser no longer reads and resolves entity references when the feature ExpandEntityReferences is set to false. For applications that intend to avoid resolving entity references, it will work as expected.
This change also affects the DOM Load and Save parser. The entities parameter is aligned with the ExpandEntityReferences feature, so that setting the entities parameter to true is equivalent to setting ExpandEntityReferences to false. In the following code snippet, the document will contain EntityReference nodes but not expanded Text nodes:
LSParser domParser = domImplementationLS.createLSParser(MODE_SYNCHRONOUS, null);
domParser.getDomConfig().setParameter("entities", true);
LSInput src = domImplementationLS.createLSInput();
src.setStringData(source);
Document document = domParser.parse(src);
Because the references are not resolved, the resulting string will contain entity references without the text when the document is serialized:
LSSerializer lsSerializer = domImplementationLS.createLSSerializer();
lsSerializer.getDomConfig().setParameter("format-pretty-print", true);
String result = lsSerializer.writeToString(document);
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u461 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8348600 | client-libs/java.awt | Update PipeWire to 1.3.81 |
| 2 | JDK-8348598 | client-libs/java.awt | Update Libpng to 1.6.47 |
| 3 | JDK-8286204 | client-libs/javax.accessibility | [Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS |
| 4 | JDK-8347911 | client-libs/javax.imageio | Limit the length of inflated text chunks |
| 5 | JDK-8224267 | client-libs/javax.swing | JOptionPane message string with 5000+ newlines produces StackOverflowError |
| 6 | JDK-8318915 | core-libs/java.math | Enhance checks in BigDecimal.toPlainString() |
| 7 | JDK-8344589 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2024-11-19 |
| 8 | JDK-7102969 | core-libs/java.util:i18n | currency.properties supercede not working correctly |
| 9 | JDK-8356096 | core-libs/java.util:i18n | ISO 4217 Amendment 179 Update |
| 10 | JDK-8299858 | core-svc/java.lang.management | [Metrics] Swap memory limit reported incorrectly when too large |
| 11 | JDK-8300659 | core-svc/java.lang.management | Refactor TestMemoryAwareness to use WhiteBox api for host values |
| 12 | JDK-8297173 | core-svc/java.lang.management | usageTicks and totalTicks should be volatile to ensure that different threads get the latest ticks |
| 13 | JDK-8356750 | deploy/deployment_toolkit | Java 8 About Dialog in JCP shows http://www.java.com instead of https://www.java.com |
| 14 | JDK-8138922 | hotspot/compiler | StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list |
| 15 | JDK-8149918 | hotspot/compiler | CPUIDBrandString stub is generated on demand |
| 16 | JDK-8182169 | hotspot/gc | ArrayAllocator should take MEMFLAGS as regular parameter |
| 17 | JDK-8176571 | hotspot/gc | Fine bitmaps should be allocated as belonging to mtGC, not mtInternal |
| 18 | JDK-8055818 | hotspot/gc | Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp |
| 19 | JDK-8287007 | hotspot/runtime | [cgroups] Consistently use stringStream throughout parsing code |
| 20 | JDK-8224193 | hotspot/runtime | stringStream should not use Resource Area |
| 21 | JDK-8037842 | hotspot/runtime | Failing to allocate MethodCounters and MDO causes a serious performance drop |
| 22 | JDK-8152849 | hotspot/runtime | share/vm/runtime/mutex.cpp:1161 assert(((uintptr_t(_owner))|(uintptr_t(_LockWord.FullWord))|(uintptr_t(_EntryList))|(uintptr_t(_WaitSet))|(uintptr_t(_OnDeck))) == 0) failed |
| 23 | JDK-8339148 | hotspot/runtime | Make os::Linux::active_processor_count() public |
| 24 | JDK-8300645 | hotspot/runtime | Handle julong values in logging of GET_CONTAINER_INFO macros |
The following sections summarize changes made in all Java SE 8u451 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8353916 | javafx | web | Unexpected event type for DOM mutation events with WebKit 620.1 |
| JDK-8351264 | javafx | web | Some images don't load with WebKit 620.1 |
| JDK-8350284 | javafx | web | WebKit 620.1 crashes on startup on Windows x86 32-bit |
| JDK-8349924 | javafx | web | Additional WebKit 620.1 fixes from WebKitGTK 2.46.6 |
| JDK-8347937 | javafx | web | Canvas pattern test fails and crashes on WebKit 620.1 |
| JDK-8346229 | javafx | media | Update Glib to 2.82.4 |
| JDK-8346228 | javafx | media | Update GStreamer to 1.24.10 |
| JDK-8340322 | javafx | web | Update WebKit to 620.1 |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8353868 | install | install | [macos] Logs no longer appear in /var/log/system.log |
| JDK-8351906 (not public) | install | install | JDK 8 rpm GPG key encrypted with deprecated SHA1 |
Fixes from the prior BPR are included in this version.
The following sections summarize changes made in all Java SE 8u451 EPP BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8357105 | hotspot | compiler | C2: compilation fails with "assert(false) failed: empty program detected during loop optimization" |
Release date: April 15, 2025
The full version string for this update release is 1.8.0_451-perf-b09 (where "b" means "build"). The version number is 1.8.0_451-perf.
JDK 8u451 contains IANA time zone data 2025a which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u451 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_451-perf-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u451) be used after the next critical patch update scheduled for July 15, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u451) on 2025-08-15. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
Native PKCS11 mechanisms which support decryption but not encryption, or signature verification but not signing, are considered legacy and are disabled by default. The legacy mechanism check in SunPKCS11 provider is enhanced with the service type. For example, prior to this fix, a mechanism supporting encryption, decryption, and verification but not signing, is considered legacy and can't be used at all. After this fix, the corresponding Cipher service using this mechanism is available since both encryption and decryption are supported. However, the corresponding Signature service is not since only verification is supported. To bypass the legacy mechanism check, set the PKCS11 provider configuration attribute "allowLegacy" to true. The default value is false. Note that it is the caller's responsibility to make sure the legacy mechanism is not used for the unsupported functionality.
In prior releases, JNI_GetCreatedJavaVMs:
jint JNI_GetCreatedJavaVMs(JavaVM **vmBuf, jsize bufLen, jsize *nVMs);
could return a JavaVM, via the vmBuf array, that was still in the process of being initialized and may not be ready for use. This has now changed so that it will only return fully initialized VMs. It is important that the programmer checks that the returned number of VMs, in nVMs, is greater than zero, before trying to use any vmBuf entries.
JDK 17 introduced a performance improvement that made OCSP clients unconditionally use GET requests for small requests, while doing POST requests for everything else. This is explicitly allowed and recommended by RFC 5019 and RFC 6960. However, we have seen OCSP responders that, despite RFC requirements, are not working well with GET requests.
This release introduces a new JDK system property to allow clients to fallback to POST-only behavior. This unblocks interactions with those OCSP responders through the use of -Dcom.sun.security.ocsp.useget={false,true}. This amends the original change that introduced GET OCSP requests (JDK-8179503). The default behavior is not changed; the option defaults to true. Set the option to false to disable GET OCSP requests. Any value other than false (case-insensitive) defaults to true.
This option is non-standard, and might go away once problematic OCSP responders get upgraded.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8338100 | hotspot/compiler | C2: assert(!n_loop->is_member(get_loop(lca))) failed: control must not be back in the loop |
| 2 | JDK-8269516 | hotspot/compiler | AArch64: Assembler cleanups |
| 3 | JDK-8325937 | hotspot/runtime | runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64 |
| 4 | JDK-8344145 | hotspot/test | Remove windows_x64_1803_or_later and it's usages in task definitions |
Release date: April 15, 2025
The full version string for this update release is 1.8.0_451-b10 (where "b" means "build"). The version number is 8u451. This JDK conforms to version 8.6 of the Java SE Specification (JSR 337 MR 6 2024-07-02).
JDK 8u451 contains IANA time zone data 2025a which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u451 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_451-b10 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u451) be used after the next critical patch update scheduled for July 15, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u451) on 2025-08-15. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
Native PKCS11 mechanisms which support decryption but not encryption, or signature verification but not signing, are considered legacy and are disabled by default. The legacy mechanism check in SunPKCS11 provider is enhanced with the service type. For example, prior to this fix, a mechanism supporting encryption, decryption, and verification but not signing, is considered legacy and can't be used at all. After this fix, the corresponding Cipher service using this mechanism is available since both encryption and decryption are supported. However, the corresponding Signature service is not since only verification is supported. To bypass the legacy mechanism check, set the PKCS11 provider configuration attribute "allowLegacy" to true. The default value is false. Note that it is the caller's responsibility to make sure the legacy mechanism is not used for the unsupported functionality.
As announced in 2020, support for JavaFX on JDK 8, the last commercially supported version of JavaFX from Oracle, ended in March 2025. JDK 8 update 451 is the first upgrade of JDK/JRE 8 without JavaFX. Oracle continues to develop and release JavaFX as stand-alone modules via the OpenJFX project for the latest versions of Java only. For more details see the Java SE Spring 2024 Roadmap Update. Please contact Oracle Sales if you have any additional needs.
The JDK will stop trusting TLS server certificates issued after April 15, 2025 and anchored by Camerfirma root certificates, in line with similar plans announced by Google, Mozilla, Apple, and Microsoft.
TLS server certificates issued on or before April 15, 2025 will continue to be trusted until they expire. Certificates issued after that date, and anchored by any of the Certificate Authorities in the table below, will be rejected.
The restrictions are enforced in the JDK implementation (the SunJSSE Provider) of the Java Secure Socket Extension (JSSE) API. A TLS session will not be negotiated if the server's certificate chain is anchored by any of the Certificate Authorities in the table below and the certificate has been issued after April 15, 2025.
An application will receive an exception with a message indicating the trust anchor is not trusted, for example:
"TLS Server certificate issued after 2025-04-15 and anchored by a distrusted legacy
Camerfirma root CA: CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A.,
SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU"
The JDK can be configured to trust these certificates again by removing "CAMERFIRMA_TLS" from the jdk.security.caDistrustPolicies security property in the java.security configuration file.
The restrictions are imposed on the following Camerfirma Root certificates included in the JDK:
| Distinguished Name | SHA-256 Fingerprint |
|---|---|
| CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU |
0C:25:8A:12:A5:67:4A:EF:25:F2:8B:A7:DC:FA:EC:EE:A3:48:E5:41:E6:F5:CC:4E:E6:3B:71:B3:61:60:6A:C3 |
| CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU |
06:3E:4A:FA:C4:91:DF:D3:32:F3:08:9B:85:42:E9:46:17:D8:93:D7:FE:94:4E:10:A7:93:7E:E2:9D:96:93:C0 |
| CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU |
13:63:35:43:93:34:A7:69:80:16:A0:D3:24:DE:72:28:4E:07:9D:7B:52:20:BB:8F:BD:74:78:16:EE:BE:BA:CA |
You can also use the keytool utility from the JDK to print out details of the certificate chain, as follows:
keytool -v -list -alias <your_server_alias> -keystore <your_keystore_filename>
If any of the certificates in the chain are issued by one of the root CAs in the table above are listed in the output you will need to update the certificate or contact the organization that manages the server.
The JarInputStream class now treats a signed JAR as unsigned if it detects a second manifest within the first two entries in the JAR file. A warning message "WARNING: Multiple MANIFEST.MF found. Treat JAR file as unsigned." is logged if the system property, -Djava.security.debug=jar, is set.
On Solaris, the CKM_TLS_KEY_AND_MAC_DERIVE mechanism offered by the SunPKCS11-Solaris provider and specific to TLSv1.0, can derive incorrect key data causing TLSv1.0 communication failure. That mechanism has been disabled via the $JAVA_HOME/jre/lib/security/sunpkcs11-solaris.cfg configuration file. The JCE provider now manages these cryptographic requests.
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u451 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8231231 | client-libs/2d | The printing result is different from the case instruction. |
| 2 | JDK-8061381 | client-libs/java.awt | [macosx] Accelerators does not spelled for JMenuItems by Voice Over |
| 3 | JDK-8312518 | client-libs/java.awt | [macos13] setFullScreenWindow() shows black screen on macOS 13 & above |
| 4 | JDK-8309733 | client-libs/javax.accessibility | [macOS, Accessibility] VoiceOver: Incorrect announcements of JRadioButton |
| 5 | JDK-8311160 | client-libs/javax.accessibility | [macOS, Accessibility] VoiceOver: No announcements on JRadioButtonMenuItem and JCheckBoxMenuItem |
| 6 | JDK-8283214 | client-libs/javax.accessibility | [macos] Screen magnifier does not show the magnified text for JComboBox |
| 7 | JDK-8283387 | client-libs/javax.accessibility | [macos] a11y : Screen magnifier does not show selected Tab |
| 8 | JDK-8339728 | client-libs/javax.accessibility | [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class |
| 9 | JDK-8332866 | client-libs/javax.imageio | Crash in ImageIO JPEG decoding when MEM_STATS in enabled |
| 10 | JDK-8237495 | client-libs/javax.sound | Java MIDI fails with a dereferenced memory error when asked to send a raw 0xF7 |
| 11 | JDK-8301989 | client-libs/javax.swing | new javax.swing.text.DefaultCaret().setBlinkRate(N) results in NPE |
| 12 | JDK-8031961 | core-libs/java.lang | (process) java/lang/ProcessBuilder/Basic.java uses "cp -p" which is inefficient |
| 13 | JDK-8190747 | core-libs/java.util.concurrent | ExecutorService/Invoke.java fails intermittently |
| 14 | JDK-8202952 | hotspot/compiler | C2: Unexpected dead nodes after matching |
| 15 | JDK-8064779 | hotspot/runtime | Add additional comments for "8062370: Various minor code improvements" |
| 16 | JDK-8062370 | hotspot/runtime | Various minor code improvements |
| 17 | JDK-8173743 | hotspot/runtime | Failures during class definition can lead to memory leaks in metaspace |
| 18 | JDK-8136577 | hotspot/runtime | Make AbortVMOnException available in product builds |
| 19 | JDK-8331959 | security-libs/javax.crypto:pkcs11 | Update PKCS#11 Cryptographic Token Interface to v3.1 |
| 20 | JDK-8331958 | security-libs/javax.smartcardio | Update PC/SC Lite for Suse Linux to 2.3.0 |
| 21 | JDK-8162363 | tools/javadoc(tool) | Tables in javadoc documentation missing row headers |
Release date: January 21, 2025
The full version string for this update release is 1.8.0_441-perf-b09 (where "b" means "build"). The version number is 1.8.0_441-perf.
JDK 8u441 contains IANA time zone data 2024b which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u441 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_441-perf-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u441) be used after the next critical patch update scheduled for April 15, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u441) on 2025-05-15. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The ClassLoadingMXBean::setVerbose(boolean enabled) method will set class+load* logging on log output stdout to level info if enabled is true, and to level off otherwise. In contrast, the isVerbose method would check if exactly class+load logging was enabled at the info level on _any_ log output. This could result in counter-intuitive behavior when logging class+load=info to a file via the command-line, as it caused isVerbose to return true, even after a call to setVerbose(false) had been made. A similar problem existed for the MemoryMXBean::isVerbose method. Starting with this release, the behavior is as follows:
ClassLoadingMXBean::isVerbose will return true only if class+load* logging (note the wildcard use) has been enabled at the `info` level (or above) on the stdout log output.MemoryMXBean::isVerbose will return true only if gc logging has been enabled at the info level (or above) on the stdout log output.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8337066 | hotspot/compiler | Repeated call of StringBuffer.reverse with double byte string returns wrong result |
| 2 | JDK-8335709 | hotspot/compiler | C2: assert(!loop->is_member(get_loop(useblock))) failed: must be outside loop |
| 3 | JDK-8315988 | hotspot/gc | Parallel: Make TestAggressiveHeap use createTestJvm |
| 4 | JDK-8338389 | hotspot/jfr | [JFR] Long strings should be added to the string pool |
| 5 | JDK-8319818 | hotspot/runtime | Address GCC 13.2.0 warnings (stringop-overflow and dangling-pointer) |
| 6 | JDK-8340387 | hotspot/runtime | Update OS detection code to recognize Windows Server 2025 |
| 7 | JDK-8337410 | hotspot/test | The makefiles should set problemlist and adjust timeout basing on the given VM flags |
Release date: January 21, 2025
The full version string for this update release is 1.8.0_441-b07 (where "b" means "build"). The version number is 8u441. This JDK conforms to version 8.6 of the Java SE Specification (JSR 337 MR 6 2024-07-02).
JDK 8u441 contains IANA time zone data 2024b which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u441 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_441-b07 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u441) be used after the next critical patch update scheduled for April 15, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u441) on 2025-05-15. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
This release, JDK and JRE 8 update 441, is the last release to bundle JavaFX. As announced in 2020, support for JavaFX on JDK 8, the last commercially supported version of JavaFX from Oracle, will end in March 2025. Accordingly, JDK 8 update 441 is the last upgrade of JDK/JRE 8 with JavaFX. Oracle continues to develop and release JavaFX as stand-alone modules via the OpenJFX project for the latest versions of Java only. For more details see the Java SE Spring 2024 Roadmap Update. Please contact Oracle Sales if you have any additional needs.
ProcessBuilder on Windows Quotes Argument Strings Containing Any Space Character
(JDK-8335428 (not public))
On Windows, the ProcessBuilder has expanded the quoting of argument strings when starting a process to ensure they are recognized by the application as a single command argument. The set of space characters has been expanded from space (0x20) to include all space characters as defined by java.lang.Character.isSpaceChar, which includes all Unicode space separator characters, such as EN-SPACE (0x2002), and line separator and paragraph separator characters.
IANA Time Zone Database has been upgraded to 2024b. This version mainly includes changes to improve historical data for Mexico, Mongolia, and Portugal. It also changes one timestamp abbreviation, for the time zone 'MET'. Also Asia/Choibalsan is now an alias for Asia/Ulaanbaatar.
The new tzdata changes also impact some legacy time zone IDs. As per 2024b changes "EST" links to "America/Panama", "HST" links to "Pacific/Honolulu" and "MST" links to "America/Phoenix". To maintain compatibility with the Java SE specification, the java.time.ZoneId.SHORT_IDS Map has not changed. Further details are available at JDK-8342331
Starting from 8u441, the JDK and JRE installation process has been updated, resulting in a change to how registry settings are configured.
Specifically, the registry key, HKEY_CURRENT_USER\SOFTWARE\JavaSoft\DeploymentProperties, is no longer created during a clean installation, such as when no previous Java versions are present.
This change impacts applications that previously relied on this key. Users may need to adjust their application configuration to account for the updated behavior.
| Library | New Version | Module | JBS |
|---|---|---|---|
| Pipewire | 0.3.68 | java.desktop | JDK-8280982 |
| Sparkle | 2.6.4 | JDK-8342000 (not public) | |
| GStreamer | 1.24.6 | javafx.media | JDK-8336940 |
| Glib | 2.80.4 | javafx.media | JDK-8336939 |
| libFFI | 3.4.6 | javafx.media | JDK-8336938 |
| libxslt | 1.1.42 | javafx.web | JDK-8336941 |
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u441 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8280993 | client-libs/java.awt | [XWayland] Popup is not closed on click outside of area controlled by XWayland |
| 2 | JDK-8309756 | client-libs/java.awt | Occasional crashes with pipewire screen capture on Wayland |
| 3 | JDK-8313697 | client-libs/java.awt | [XWayland][Screencast] consequent getPixelColor calls are slow |
| 4 | JDK-8331011 | client-libs/java.awt | [XWayland] TokenStorage fails under Security Manager |
| 5 | JDK-8321176 | client-libs/java.awt | [Screencast] make a second attempt on screencast failure |
| 6 | JDK-8280994 | client-libs/java.awt | [XWayland] Drag and Drop does not work in java -> wayland app direction |
| 7 | JDK-8158380 | client-libs/java.awt | [macosx] Regression: java/awt/List/ActionEventTest/ActionEventTest.java |
| 8 | JDK-8215921 | client-libs/java.awt | There is no change when select different Foreground and Background by mouse. |
| 9 | JDK-8014503 | client-libs/java.awt | AWT Choice implementation should be made consistent across platforms. |
| 10 | JDK-8280982 | client-libs/java.awt | [Wayland] [XWayland] java.awt.Robot taking screenshots |
| 11 | JDK-8329667 | client-libs/javax.accessibility | [macos] Issue with JTree related fix for JDK-8317771 |
| 12 | JDK-8319103 | client-libs/javax.swing | Popups that request focus are not shown on Linux with Wayland |
| 13 | JDK-8079841 | core-libs/java.util.jar | Buffer underflow with empty zip entry names |
| 14 | JDK-8219448 | hotspot/compiler | split-if update_uses accesses stale idom data |
| 15 | JDK-8340387 | hotspot/runtime | Update OS detection code to recognize Windows Server 2025 |
| 16 | JDK-8338701 | javafx/media | Provide media support for libavcodec version 61 |
| 17 | JDK-8337481 | javafx/web | File API: file.name contains path instead of name |
| 18 | JDK-8340208 | javafx/web | Additional WebKit 619.1 fixes from WebKitGTK 2.44.4 |
| 19 | JDK-8334124 | javafx/web | Rendering issues with CSS "text-shadow" in WebView |
| 20 | JDK-8328723 | security-libs/java.security | IP Address error when client enables HTTPS endpoint check on server socket |
The following sections summarize changes made in all Java SE 8u431 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8215757 | hotspot | compiler | C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM |
| JDK-8219448 | hotspot | compiler | split-if update_uses accesses stale idom data |
Release date: October 15, 2024
The full version string for this update release is 1.8.0_431-perf-b11 (where "b" means "build"). The version number is 1.8.0_431-perf.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u431 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_431-perf-b11 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u431) be used after the next critical patch update scheduled for January 21, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u431) on 2025-02-21. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The java.security.debug system property now accepts arguments which add thread ID, thread name, caller information, and timestamp information to debug statements for all components or a specific component.
+timestamp can be appended to debug options to print a timestamp for that debug option. +thread can be appended to debug options to print thread and caller information for that debug option.
Examples: -Djava.security.debug=all+timestamp+thread adds timestamp and thread information to every debug statement generated.
-Djava.security.debug=properties+timestamp adds timestamp information to every debug statement generated for the properties component.
You can also specify -Djava.security.debug=help which will display a complete list of supported components and arguments.
See Printing Thread and Timestamp Information for more information.
Fixed the issue with entries in the "java" and "javac" groups not being properly managed during an RPM upgrade.
Upgrading from an older Java RPM installed into a shared directory (/usr/lib/jvm/jdk-${FEATURE}-oracle-${ARCH}) to a Java RPM installing into a version-specific directory (/usr/lib/jvm/jdk-${VERSION}-oracle-${ARCH}), results in the older Java entries in the "java" and "javac" groups not being deleted.
The issue does not manifest until the new Java is uninstalled. When it is uninstalled and Java from the lower release is installed, running Java commands like java or keytool without the full path specified will result in the "command not found" error. For example, install 21.0.3; upgrade it to 21.0.4; uninstall 21.0.4; install any Java update of 17 or 11 or 8 release; run "java" from the command line. The command will fail with the "command not found" error.
Manually delete orphan Java entries in the "java" and "javac" groups to workaround the issue.
The following root certificates have been added to the cacerts truststore:
+ SSL.com
+ ssltlsrootecc2022
DN: CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US
+ SSL.com
+ ssltlsrootrsa2022
DN: CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US
This JDK release relaxes the specification of java.awt.Robot to account for possible platform and desktop environment access restrictions or limitations.
In the JDK, java.text.MessageFormat now has an implementation limit for the ArgumentIndex pattern element. The hard limit for the value is 10,000.
If an ArgumentIndex value is equal to or exceeds the upper limit, an IllegalArgumentException will now be thrown by
MessageFormats constructorsapplyPattern(String pattern) instance methodformat(String pattern, Object... arguments) static methodDe-serializing a MessageFormat object with an ArgumentIndex value at or over the limit will throw an InvalidObjectException.
The showSettings launcher option no longer prints available locales information by default, when -XshowSettings is used. The -XshowSettings:locale option will continue to print all settings related to available locales.
New, default limits have been added to HTTP in the JDK.
The JDK built-in implementation of the URL protocol handler for HTTP (HttpURLConnection) now has a default limit on the maximum response headers size that will be accepted from a remote party. The limit is set by default at 384kB (393216 bytes) and is computed as the cumulative size of all header names and header values plus an overhead of 32 bytes per header name value pair.
The default value of the limit can be changed by specifying a positive value with the jdk.http.maxHeaderSize system property on the command line, or in the conf/net.properties file. A negative or zero value is interpreted as no limit. If the limit is exceeded, the request will fail with a protocol exception.
The JDK built-in implementation of the com.sun.net.httpserver.HttpServer implements a similar limit for the maximum request header size the server is prepared to accept. The HttpServer limit can be changed by specifying a positive value with the sun.net.httpserver.maxReqHeaderSize system property on the command line. A negative or zero value is interpreted as no limit. The limit is set by default at 384kB (393216 bytes) and the size is computed in the same way as explained above. If the limit is exceeded, the connection is closed.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8005885 | hotspot/compiler | enhance PrintCodeCache to print more data |
| 2 | JDK-8329126 | hotspot/compiler | No native wrappers generated anymore with -XX:-TieredCompilation after JDK-8251462 |
Release date: October 15, 2024
The full version string for this update release is 1.8.0_431-b10 (where "b" means "build"). The version number is 8u431.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u431 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 1.8.0_431-b10 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u431) be used after the next critical patch update scheduled for January 21, 2025.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u431) on 2025-02-21. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
Fixed the issue with entries in the "java" and "javac" groups not being properly managed during an RPM upgrade.
Upgrading from an older Java RPM installed into a shared directory (/usr/lib/jvm/jdk-${FEATURE}-oracle-${ARCH}) to a Java RPM installing into a version-specific directory (/usr/lib/jvm/jdk-${VERSION}-oracle-${ARCH}), results in the older Java entries in the "java" and "javac" groups not being deleted.
The issue does not manifest until the new Java is uninstalled. When it is uninstalled and Java from the lower release is installed, running Java commands like java or keytool without the full path specified will result in the "command not found" error. For example, install 21.0.3; upgrade it to 21.0.4; uninstall 21.0.4; install any Java update of 17 or 11 or 8 release; run "java" from the command line. The command will fail with the "command not found" error.
Manually delete orphan Java entries in the "java" and "javac" groups to workaround the issue.
New, default limits have been added to HTTP in the JDK.
The JDK built-in implementation of the URL protocol handler for HTTP (HttpURLConnection) now has a default limit on the maximum response headers size that will be accepted from a remote party. The limit is set by default at 384kB (393216 bytes) and is computed as the cumulative size of all header names and header values plus an overhead of 32 bytes per header name value pair.
The default value of the limit can be changed by specifying a positive value with the jdk.http.maxHeaderSize system property on the command line, or in the $JAVA_HOME/jre/lib/net.properties file. A negative or zero value is interpreted as no limit. If the limit is exceeded, the request will fail with a protocol exception.
The JDK built-in implementation of the com.sun.net.httpserver.HttpServer implements a similar limit for the maximum request header size the server is prepared to accept. The HttpServer limit can be changed by specifying a positive value with the sun.net.httpserver.maxReqHeaderSize system property on the command line. A negative or zero value is interpreted as no limit. The limit is set by default at 384kB (393216 bytes) and the size is computed in the same way as explained above. If the limit is exceeded, the connection is closed.
The following root certificates have been added to the cacerts truststore:
+ SSL.com
+ ssltlsrootecc2022
DN: CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US
+ SSL.com
+ ssltlsrootrsa2022
DN: CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US
The TLS_ECDH cipher suites have been disabled by default, by adding "ECDH" to the jdk.tls.disabledAlgorithms security property in the java.security configuration file. The TLS_ECDH cipher suites do not preserve forward-secrecy and are rarely used in practice. Note that some TLS_ECDH cipher suites were already disabled because they use algorithms that are disabled, such as 3DES and RC4. This action disables the rest. Any attempts to use cipher suites starting with "TLS_ECDH_" will fail with an SSLHandshakeException. Users can, at their own risk, re-enable these cipher suites by removing "ECDH" from the jdk.tls.disabledAlgorithms security property.
Please note that this change has no effect on the TLS_ECDHE cipher suites, which are still enabled by default.
The JDK will stop trusting TLS server certificates issued after November 11, 2024 and anchored by Entrust root certificates, in line with similar plans recently announced by Google and Mozilla. The list of affected certificates includes certificates branded as AffirmTrust, which are managed by Entrust.
TLS server certificates issued on or before November 11, 2024 will continue to be trusted until they expire. Certificates issued after that date, and anchored by any of the Certificate Authorities in the table below, will be rejected.
The restrictions will be enforced in the JDK implementation (the SunJSSE Provider) of the Java Secure Socket Extension (JSSE) API. A TLS session will not be negotiated if the server's certificate chain is anchored by any of the Certificate Authorities in the table below and the certificate has been issued after November 11, 2024.
An application will receive an Exception with a message indicating the trust anchor is not trusted, for example:
TLS server certificate issued after 2024-11-11 and anchored by a distrusted legacy Entrust root CA: CN=Entrust.net Certification Authority (2048),
OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
If necessary, and at your own risk, you can work around the restrictions by removing "ENTRUST_TLS" from the jdk.security.caDistrustPolicies security property in the java.security configuration file.
The restrictions are imposed on the following Entrust Root certificates included in the JDK:
| Distinguished Name | SHA-256 Fingerprint |
|---|---|
| CN=Entrust Root Certification Authority, OU=(c) 2006 Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, O=Entrust, Inc., C=US |
73:C1:76:43:4F:1B:C6:D5:AD:F4:5B:0E:76:E7:27:28:7C:8D:E5:76:16:C1:E6:E6:14:1A:2B:2C:BC:7D:8E:4C |
| CN=Entrust Root Certification Authority - EC1, OU=(c) 2012 Entrust, Inc. - for authorized use only, OU=See www.entrust.net/legal-terms, O=Entrust, Inc., C=US |
02:ED:0E:B2:8C:14:DA:45:16:5C:56:67:91:70:0D:64:51:D7:FB:56:F0:B2:AB:1D:3B:8E:B0:70:E5:6E:DF:F5 |
| CN=Entrust Root Certification Authority - G2, OU=(c) 2009 Entrust, Inc. - for authorized use only, OU=See www.entrust.net/legal-terms, O=Entrust, Inc., C=US |
43:DF:57:74:B0:3E:7F:EF:5F:E4:0D:93:1A:7B:ED:F1:BB:2E:6B:42:73:8C:4E:6D:38:41:10:3D:3A:A7:F3:39 |
| CN=Entrust Root Certification Authority - G4, OU=(c) 2015 Entrust, Inc. - for authorized use only, OU=See www.entrust.net/legal-terms, O=Entrust, Inc., C=US |
DB:35:17:D1:F6:73:2A:2D:5A:B9:7C:53:3E:C7:07:79:EE:32:70:A6:2F:B4:AC:42:38:37:24:60:E6:F0:1E:88 |
| CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net |
6D:C4:71:72:E0:1C:BC:B0:BF:62:58:0D:89:5F:E2:B8:AC:9A:D4:F8:73:80:1E:0C:10:B9:C8:37:D2:1E:B1:77 |
| CN=AffirmTrust Commercial, O=AffirmTrust, C=US |
03:76:AB:1D:54:C5:F9:80:3C:E4:B2:E2:01:A0:EE:7E:EF:7B:57:B6:36:E8:A9:3C:9B:8D:48:60:C9:6F:5F:A7 |
| CN=AffirmTrust Networking, O=AffirmTrust, C=US |
0A:81:EC:5A:92:97:77:F1:45:90:4A:F3:8D:5D:50:9F:66:B5:E2:C5:8F:CD:B5:31:05:8B:0E:17:F3:F0B4:1B |
| CN=AffirmTrust Premium, O=AffirmTrust, C=US |
70:A7:3F:7F:37:6B:60:07:42:48:90:45:34:B1:14:82:D5:BF:0E:69:8E:CC:49:8D:F5:25:77:EB:F2:E9:3B:9A |
| CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US |
BD:71:FD:F6:DA:97:E4:CF:62:D1:64:7A:DD:25:81:B0:7D:79:AD:F8:39:7E:B4:EC:BA:9C:5E:84:88:82:14:23 |
You can also use the keytool utility from the JDK to print out details of the certificate chain, as follows:
keytool -v -list -alias <your_server_alias> -keystore <your_keystore_filename>
If any of the certificates in the chain are issued by one of the root CAs in the table above are listed in the output you will need to update the certificate or contact the organization that manages the server.
This JDK release relaxes the specification of java.awt.Robot to account for possible platform and desktop environment access restrictions or limitations.
This JDK implements Maintenance Release 6 of the Java SE 8 specification JSR 337. This is indicated by the system property java.specification.maintenance.version having the value of "6".
In the JDK, java.text.MessageFormat now has an implementation limit for the ArgumentIndex pattern element. The hard limit for the value is 10,000.
If an ArgumentIndex value is equal to or exceeds the upper limit, an IllegalArgumentException will now be thrown by
MessageFormats constructorsapplyPattern(String pattern) instance methodformat(String pattern, Object... arguments) static methodDe-serializing a MessageFormat object with an ArgumentIndex value at or over the limit will throw an InvalidObjectException.
There are some scenarios where upgrading from a JRE version 8u361 or below to a newer JRE version of Java 8 may break some of the Windows registry keys for the Java Runtime Environment. The Java Uninstall Tool will repair such situations, regardless if a JRE is selected for uninstall or not.
| Library | New Version | Module | JBS |
|---|---|---|---|
| GIFlib | 5.2.2 | JDK-8328999 | |
| Libpng | 1.6.43 | JDK-8329004 | |
| Libxml2 | 2.12.17 | JDK-8332539 | |
| WebKit | 619.1 | JDK-8328994 |
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u431 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8325179 | client-libs/javax.swing | Race in BasicDirectoryModel.validateFileCache |
| 2 | JDK-8328953 | client-libs/javax.swing | JEditorPane.read throws ChangedCharSetException |
| 3 | JDK-8330415 | core-libs/java.lang | Update system property for Java SE specification maintenance version |
| 4 | JDK-8267938 | core-libs/java.net | (sctp) SCTP channel factory methods should check platform support |
| 5 | JDK-8299058 | core-libs/java.net | AssertionError in sun.net.httpserver.ServerImpl when connection is idle |
| 6 | JDK-8332424 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2024-05-16 |
| 7 | JDK-8334418 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2024-06-14 |
| 8 | JDK-8334653 | core-libs/java.util:i18n | ISO 4217 Amendment 177 Update |
| 9 | JDK-8337230 | docs/guides | Update JSSE security and system properties in Customizing JSSE |
| 10 | JDK-8202948 | hotspot/compiler | C2: assert(init_offset >= 0) failed: positive offset from object start |
| 11 | JDK-8330462 | javafx/accessibility | StringIndexOutOfBoundException when typing anything into TextField |
| 12 | JDK-8331881 | javafx/web | WebView: Update Public Suffix List to 1cbd6e7 |
| 13 | JDK-8329011 | javafx/web | Update SQLite to 3.45.3 |
| 14 | JDK-8338306 | javafx/web | WebView Drag and Drop fails with WebKit 619.1 |
| 15 | JDK-8338307 | javafx/web | Additional WebKit 619.1 fixes from WebKitGTK 2.44.3 |
| 16 | JDK-8331765 | javafx/web | Websocket callbacks are not executed after WebKit 617.1 update |
| 17 | JDK-8261433 | security-libs/javax.crypto:pkcs11 | Better pkcs11 performance for libpkcs11:C_EncryptInit/libpkcs11:C_DecryptInit |
| 18 | JDK-8219991 | security-libs/javax.net.ssl | New fix of the deadlock in sun.security.ssl.SSLSocketImpl |
| 19 | JDK-8341059 | security-libs/javax.net.ssl | Change Entrust TLS distrust date to November 12, 2024 |
The following sections summarize changes made in all Java SE 8u421 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8336952 (not public) | install | jre msi installer can fail if run after using MSI Advertise option |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8336107 (not public) | install | JDK rpm upgrade from 11.0.23 to 11.0.25 leaves "orphan" alternatives entry |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8331765 | javafx | web | Websocket callbacks are not executed after WebKit 617.1 update |
| JDK-8333859 | core-libs | java.util.jar | Pack200.newUnpacker().unpack() throws IOException |
| JDK-8333447 (not public) | install | install | "alternatives" uninstallation results into intermittent “Java not available” issues |
The following sections summarize changes made in Java SE 8u421 Enterprise Performance Pack. Bug fixes and any other changes are listed below in date order, most current update first. Note that bug fixes in the previous BPR are also included in the current update release.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8333859 | core-libs | java.util.jar | Pack200.newUnpacker().unpack() throws IOException |
Release date: July 16, 2024
The full version string for this update release is 8u421-perf-b07 (where "b" means "build"). The version number is 8u421-perf.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u421 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 8u421-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u421) be used after the next critical patch update scheduled for October 15, 2024.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u421) on 2024-11-15. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The following root certificates have been added to the cacerts truststore:
+ GlobalSign
+ globalsignr46
DN: CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE
+ GlobalSign
+ globalsigne46
DN: CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE
DTLS 1.0 has been disabled by default, by adding "DTLSv1.0" to the jdk.tls.disabledAlgorithms security property in the java.security configuration file. DTLS 1.0 has weakened over time and lacks support for stronger cipher suites. Any attempts to use DTLSv1.0 will fail with an SSLHandshakeException. Users can, at their own risk, re-enable the version by removing "DTLSv1.0" from the jdk.tls.disabledAlgorithms security property.
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8321599 | hotspot/compiler | Data loss in AVX3 Base64 decoding |
| 2 | JDK-8310844 | hotspot/compiler | [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate |
| 3 | JDK-8324050 | hotspot/compiler | Issue store-store barrier after re-materializing objects during deoptimization |
| 4 | JDK-8326638 | hotspot/compiler | Crash in PhaseIdealLoop::remix_address_expressions due to unexpected Region instead of Loop |
| 5 | JDK-8319372 | hotspot/compiler | C2 compilation fails with "Bad immediate dominator info" |
| 6 | JDK-8282414 | hotspot/compiler | x86: Enhance the assembler to generate more compact instructions |
| 7 | JDK-8298129 | hotspot/jfr | Let checkpoint event sizes grow beyond u4 limit |
| 8 | JDK-8298649 | hotspot/jfr | JFR: RemoteRecordingStream support for checkpoint event sizes beyond u4 |
| 9 | JDK-8286740 | hotspot/jfr | JFR: Active Setting event emitted incorrectly |
| 10 | JDK-8326106 | hotspot/jfr | Write and clear stack trace table outside of safepoint |
| 11 | JDK-8298472 | hotspot/runtime | AArch64: Detect Ampere-1 and Ampere-1A CPUs and set default options |
| 12 | JDK-8278241 | hotspot/runtime | Implement JVM SpinPause on linux-aarch64 |
| 13 | JDK-8296437 | hotspot/runtime | NMT incurs costs if disabled |
| 14 | JDK-8327036 | hotspot/runtime | [macosx-aarch64] SIGBUS in MarkActivationClosure::do_code_blob reached from Unsafe_CopySwapMemory0 |
| 15 | JDK-8319048 | hotspot/runtime | Monitor deflation unlink phase prolongs time to safepoint |
| 16 | JDK-8324933 | hotspot/runtime | ConcurrentHashTable::statistics_calculate synchronization is expensive |
Release date: July 16, 2024
The full version string for this update release is 8u421-b09 (where "b" means "build"). The version number is 8u421.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u421 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 8u421-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u421) be used after the next critical patch update scheduled for October 15, 2024.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u421) on 2024-11-15. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
Debug log files for Java Updater and JCP have been added to the directory $HOME/Library/Application Support/Oracle/Java/Java Updater/ for macOS x64 and aarch64. Logs for Java Updater and JCP are separated into two log files: JavaUpdaterLog.txt and JCPUpdateLog.txt.
JavaUpdaterLog.txt is generated and logs debug lines if it does not already exist when Java Updater is run. Likewise, JCPUpdateLog.txt is generated and logs debug lines if it does not already exist when Java Control Panel is run.
If a log file already exists for Java Updater or JCP, the newly logged debug lines are appended at the end of the log file. Each log session has a header with a timestamp of when the application was run.
-XshowSettings Launcher Option
(JDK-8281658)
The -XshowSettings launcher has a new security category. Settings from security properties, security providers and TLS related settings are displayed with this option. A security sub-category can be passed as an argument to the security category option. See the output from java -X:
-XshowSettings:security
show all security settings and continue
-XshowSettings:security:*sub-category*
show settings for the specified security sub-category and continue. Possible *sub-category* arguments for this option include:
all: show all security settings and continue
properties: show security properties and continue
providers: show static security provider settings and continue
tls: show TLS related security settings and continue
Third party security provider details will be reported if they are included in the application class path or module path and such providers are configured in the java.security file.
On Windows, once the feature “Use certificates and keys in browser keystore” is enabled (which it is by default), Java WebStart and Java Plugin can access the certificates that are currently trusted by the local machine. There is no guarantee that the full list of trusted certificates is available, since the certificates are dynamically loaded. As a result, Java applets and Java WebStart applications might experience signature validation and secure connection issues caused by a lack of relevant certificates since the Deployment framework can only access the certificates that are 'active' at the time of an application's launch.
To allow the java, javaw, and javaws executables to be run from any location, the JRE 8 Windows installers copy java.exe, javaw.exe, and javaws.exe helper files into the following directory:
C:\Program Files (x86)\Common Files\Oracle\Java\java8path
Also, the system PATH variable is updated to include this location.
These helper files are lightweight executables that launch the latest version installed. They pass any commandline arguments along to the real executables in the bin directory. They are not specificially tied to a version other than the FileVersion of the exe. The installers will leave the latest versions of the shims in this location until the last Java 8 is uninstalled.
Note: In 8u411 and later releases, the directory name was changed from "javapath" to "java8path" to ensure compatibility with newer JDK family versions.
Delete nonfunctional desktop integration functionality from Linux installers. The installers will stop depositing files in /usr/share/icons, /usr/share/mime, and /usr/share/applications subtrees.
STATIC=1 Argument to the JRE Installer
(JDK-8313223 (not public))
This fix will add the STATIC=1 installer argument and deprecating the RETAIN_ALL_VERSIONS=1 installer argument. Passing STATIC=1 will protect older JRE 8 versions from being uninstalled during a manual upgrade or an auto-update.
The "Obsoletes" tag has been removed from "jdk-1.8" and "jre-1.8" RPM packages.
New stub "jdk1.8" and "jre1.8" RPM packages have been provided. These are the pre-8u371 names without a dash. These packages do not install any files, but require corresponding update releases for "jdk-1.8" and "jre-1.8" packages, the post-8u371 name with the dash, respectively.
Users who only have 8u371 or newer RPM packages installed do not need to use the new stub "jdk1.8" or "jre1.8" RPM packages, and will not be affected by this change.
Users who install the new stub "jdk1.8" package and would like to downgrade it to 8u361 or an older version, will need to first manually uninstall the "jdk-1.8" package before the downgrade to prevent the side-by-side installation of older and newer Java 8 JDK RPM packages. The same applies to the "jre1.8" and "jre-1.8" packages.
If the "jdk-1.8" package is stored in an RPM repository, maintainers of the repository need to place an additional stub "jdk1.8" package next to "jdk-1.8" in that RPM repository. The same applies to the "jre1.8" and "jre-1.8" packages.
Users who install the "jdk-1.8" package from something other than an RPM repository need to specify paths to the RPM files with "jdk1.8" and "jdk-1.8" packages in a single update command if they would like to upgrade from 8u361 or older "jdk1.8" package. The same applies to the "jre1.8" and "jre-1.8" packages.
The following root certificates have been added to the cacerts truststore:
+ GlobalSign
+ globalsignr46
DN: CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE
+ GlobalSign
+ globalsigne46
DN: CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE
RPATH Instead of RUNPATH
(JDK-8326891)
Native executables and libraries on Linux have switched to using RPATH instead of RUNPATH in this release.
JDK native executables and libraries use embedded runtime search paths to locate other internal JDK native libraries. On Linux these can be defined as either RPATH or RUNPATH. The main difference is that the dynamic linker considers RPATH before the LD_LIBRARY_PATH environment variable, while RUNPATH is only considered after LD_LIBRARY_PATH.
By making the change to using RPATH, it is no longer possible to replace JDK internal native libraries using LD_LIBRARY_PATH.
The installation directory name of the Oracle JDK in RPM and DEB packages has changed from /usr/lib/jvm/jdk-1.8-oracle-${ARCH} to /usr/lib/jvm/jdk-${VERSION}-oracle-${ARCH}.
The installation directory name of the Oracle JRE in RPM and DEB packages has changed from /usr/lib/jvm/jre-1.8-oracle-${ARCH} to /usr/lib/jvm/jre-${VERSION}-oracle-${ARCH}.
Every update release will be installed in a separate directory on Linux platforms.
Installers will create a /usr/java/jdk-1.8-oracle-${ARCH} link pointing to the installation directory to allow programs to find the latest JDK8 version.
Installers will create a /usr/java/jre-1.8-oracle-${ARCH} link pointing to the installation directory to allow programs to find the latest JRE8 version.
The JRE will be installed in the following location, C:\Program Files\Java\jre$fullversion, where $fullversion is the technical version of the JRE. For instance, 8u421 will install into C:\Program Files\Java\jre1.8.0_421.
"C:\Program Files" will be adjusted to "C:\Program Files (x86)" for 32-bit Java.
For 64-bit installs, a junction will be created at C:\Program Files\Java\latest\jre-1.8. It will point to the latest 64-bit JRE of the Java 8 family.
For 32-bit installs, a junction will be created at C:\Program Files (x86)\Java\latest\jre-1.8. It will point to the latest 32-bit JRE of the Java 8 family.
This change of the JRE installation directories will also be reflected in the public JRE that is shipped with the JDK installer. Such changes were part of STATIC support implementation introduced in the 8u421 release.
| Library | New Version | Module | JBS |
|---|---|---|---|
| ICU4C | 74.2 | javafx | JDK-8324326 |
| LCMS | 2.16 | java.desktop | JDK-8321489 |
| JPEG Image Decoding Software | 9f | java.desktop | JDK-8324233 |
| Zlib Data Compression Library | 1.3.1 | java.base | JDK-8324632 |
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u421 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8317771 | client-libs/javax.accessibility | [macos14] Expand/collapse a JTree using keyboard freezes the application in macOS 14 Sonoma |
| 2 | JDK-8296878 | client-libs/javax.swing | Document Filter attached to JPasswordField and setText("") is not cleared instead inserted characters replaced with unicode null characters |
| 3 | JDK-8218917 | client-libs/javax.swing | KeyEvent.getModifiers() returns inconsistent values for ALT keys |
| 4 | JDK-8322239 | client-libs/javax.swing | [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane |
| 5 | JDK-8318599 | core-libs/java.net | HttpURLConnection cache issues leading to crashes in JGSS w/ native GSS introduced by 8303809 |
| 6 | JDK-8180310 | core-libs/java.rmi | [testlibrary] TestSocketFactory null pointer when updating match bytes |
| 7 | JDK-8324632 | core-libs/java.util.jar | Update Zlib Data Compression Library to Version 1.3.1 |
| 8 | JDK-8315117 | core-libs/java.util.jar | Update Zlib Data Compression Library to Version 1.3 |
| 9 | JDK-8318322 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2023-10-16 |
| 10 | JDK-8304761 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2023-03-22 |
| 11 | JDK-8302512 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2023-02-14 |
| 12 | JDK-8306031 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2023-04-13 |
| 13 | JDK-8308021 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2023-05-11 |
| 14 | JDK-8327631 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2024-03-07 |
| 15 | JDK-8313702 | core-libs/java.util:i18n | Update IANA Language Subtag Registry to Version 2023-08-02 |
| 16 | JDK-8325029 | core-libs/javax.naming | Connection.java now requires custom socket factories to implement javax.net.SocketFactory |
| 17 | JDK-8285835 | hotspot/compiler | SIGSEGV in PhaseIdealLoop::build_loop_late_post_work |
| 18 | JDK-8287432 | hotspot/compiler | C2: assert(tn->in(0) != __null) failed: must have live top node |
| 19 | JDK-8197901 | hotspot/runtime | Crash during GC when logging level is debug |
| 20 | JDK-8059924 | hotspot/runtime | com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java: assert(Universe::verify_in_progress() || !SafepointSynchronize::is_at_safepoint()) failed: invariant |
| 21 | JDK-8329705 | javafx/accessibility | Add missing Application thread checks to platform specific a11y methods |
| 22 | JDK-8309374 | javafx/accessibility | Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time |
| 23 | JDK-8311492 | javafx/graphics | FontSmoothingType LCD produces wrong color when transparency is used |
| 24 | JDK-8324233 | javafx/graphics | Update JPEG Image Decoding Software to 9f |
| 25 | JDK-8324326 | javafx/web | Update ICU4C to 74.2 |
| 26 | JDK-8327177 | javafx/window-toolkit | macOS: wrong GlobalRef deleted in GlassMenu |
| 27 | JDK-8326643 | security-libs/java.security | JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message |
| 28 | JDK-8312383 | security-libs/javax.net.ssl | Log X509ExtendedKeyManager implementation class name in TLS/SSL connection |
| 29 | JDK-8247907 | security-libs/javax.xml.crypto | XMLDsig logging does not work |
| 30 | JDK-8303809 | security-libs/org.ietf.jgss | Dispose context in SPNEGO NegotiatorImpl |
The following sections summarize changes made in all Java SE 8u411 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
Fixes from the prior BPR are included in this version.
Release date: April 16, 2024
The full version string for this update release is 8u411-perf-b08 (where "b" means "build"). The version number is 8u411-perf.
JDK 8u411 contains IANA time zone data 2024a which contains the following changes:
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u411 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 8u411-perf-b08 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u411) be used after the next critical patch update scheduled for July 16, 2024.
Java SE Subscription products customers managing JRE updates/installs for large number of desktops should consider Java Management Service (JMS).
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u411-perf) on 2024-08-16. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The XML Signature implementation has been updated to Santuario 3.0.3. Support for four new SHA-3 based RSA-MGF1 signature methods have been added: SHA3_224_RSA_MGF1, SHA3_256_RSA_MGF1, SHA3_384_RSA_MGF1, and SHA3_512_RSA_MGF1. While these new algorithm URIs are not defined in javax.xml.crypto.dsig.SignatureMethod in the JDK update releases, they may be represented as string literals in order to be functionally equivalent. SHA-3 hash algorithm support was delivered to JDK 9 via JEP 287. Releases earlier than that may use third party security providers.
Additionally, support for the following EdDSA signatures has been added: ED25519 and ED448. While these new algorithm URIs are not defined in javax.xml.crypto.dsig.SignatureMethod in the JDK Update releases, they may be represented as string literals in order to be functionally equivalent. The JDK supports EdDSA since JDK 15. Releases earlier than that may use 3rd party security providers. One other difference is that the JDK still supports the here() function by default. However, we recommend avoiding the use of the here() function in new signatures and replacing existing signatures that use the here() function. Future versions of the JDK will likely disable, and eventually remove, support for this function, as it cannot be supported using the standard Java XPath API. Users can now disable the here() function by setting the security property jdk.xml.dsig.hereFunctionSupported to "false".
The java.awt.SystemTray API is used for notifications in a desktop taskbar and may include an icon representing an application. On Linux, the Gnome desktop's own icon support in the taskbar has not worked properly for several years due to a platform bug. This, in turn, has affected the JDK's API, which relies upon that.
Therefore, in accordance with the existing Java SE specification, java.awt.SystemTray.isSupported() will return false where ever the JDK determines the platform bug is likely to be present.
The impact of this is likely to be limited since applications always must check for that support anyway. Additionally, some distros have not supported the SystemTray for several years unless the end-user chooses to install non-bundled desktop extensions.
The following root certificates have been added to the cacerts truststore:
+ Certainly
+ certainlyrootr1
DN: CN=Certainly Root R1, O=Certainly, C=US
+ Certainly
+ certainlyroote1
DN: CN=Certainly Root E1, O=Certainly, C=US
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8271118 | hotspot/compiler | C2: StressGCM should have higher priority than frequency-based policy |
| 2 | JDK-8316679 | hotspot/compiler | C2 SuperWord: wrong result, load should not be moved before store if not comparable |
| 3 | JDK-8274060 | hotspot/compiler | C2: Incorrect computation after JDK-8273454 |
| 4 | JDK-8273454 | hotspot/compiler | C2: Transform (-a)*(-b) into a*b |
| 5 | JDK-8315920 | hotspot/compiler | C2: "control input must dominate current control" assert failure |
| 6 | JDK-8297968 | hotspot/compiler | Crash in PrintOptoAssembly |
| 7 | JDK-8321215 | hotspot/compiler | Incorrect x86 instruction encoding for VSIB addressing mode |
| 8 | JDK-8316414 | hotspot/compiler | C2: large byte array clone triggers "failed: malformed control flow" assertion failure on linux-x86 |
| 9 | JDK-8320209 | hotspot/compiler | VectorMaskGen clobbers rflags on x86_64 |
| 10 | JDK-8318889 | hotspot/compiler | C2: add bailout after assert Bad graph detected in build_loop_late |
| 11 | JDK-8317507 | hotspot/compiler | C2 compilation fails with "Exceeded _node_regs array" |
| 12 | JDK-8277919 | hotspot/jfr | OldObjectSample event causing bloat in the class constant pool in JFR recording |
| 13 | JDK-8287113 | hotspot/jfr | JFR: Periodic task thread uses period for method sampling events |
| 14 | JDK-8322321 | hotspot/runtime | Add man page doc for -XX:+VerifySharedSpaces |
| 15 | JDK-8312585 | hotspot/runtime | Rename DisableTHPStackMitigation flag to THPStackMitigation |
| 16 | JDK-8312182 | hotspot/runtime | THPs cause huge RSS due to thread start timing issue |
| 17 | JDK-8312620 | hotspot/runtime | WSL Linux build crashes after JDK-8310233 |
| 18 | JDK-8312394 | hotspot/runtime | [linux] SIGSEGV if kernel was built without hugepage support |
| 19 | JDK-8323243 | hotspot/runtime | JNI invocation of an abstract instance method corrupts the stack |
Release date: April 16, 2024
The full version string for this update release is 8u411-b09 (where "b" means "build"). The version number is 8u411.
JDK 8u411 contains IANA time zone data 2024a which contains the following changes:
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u411 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 8u411-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u411) be used after the next critical patch update scheduled for July 16, 2024.
Java Management Service, available to all users, can help you find vulnerable Java versions in your systems. Java SE Subscribers and customers running in Oracle Cloud can use Java Management Service to update Java Runtimes and to do further security reviews like identifying potentially vulnerable third party libraries used by your Java programs. Existing Java Management Service user click here to log in to your dashboard. The Java Management Service Documentation provides a list of features available to everyone and those available only to customers. Learn more about using Java Management Service to monitor and secure your Java Installations.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u411) on 2024-08-16. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The XML Signature implementation has been updated to Santuario 3.0.3. Support for four new SHA-3 based RSA-MGF1 signature methods have been added: SHA3_224_RSA_MGF1, SHA3_256_RSA_MGF1, SHA3_384_RSA_MGF1, and SHA3_512_RSA_MGF1. While these new algorithm URIs are not defined in javax.xml.crypto.dsig.SignatureMethod in the JDK update releases, they may be represented as string literals in order to be functionally equivalent. SHA-3 hash algorithm support was delivered to JDK 9 via JEP 287. Releases earlier than that may use third party security providers.
Additionally, support for the following EdDSA signatures has been added: ED25519 and ED448. While these new algorithm URIs are not defined in javax.xml.crypto.dsig.SignatureMethod in the JDK Update releases, they may be represented as string literals in order to be functionally equivalent. The JDK supports EdDSA since JDK 15. Releases earlier than that may use 3rd party security providers. One other difference is that the JDK still supports the here() function by default. However, we recommend avoiding the use of the here() function in new signatures and replacing existing signatures that use the here() function. Future versions of the JDK will likely disable, and eventually remove, support for this function, as it cannot be supported using the standard Java XPath API. Users can now disable the here() function by setting the security property jdk.xml.dsig.hereFunctionSupported to "false".
The java.awt.SystemTray API is used for notifications in a desktop taskbar and may include an icon representing an application. On Linux, the Gnome desktop's own icon support in the taskbar has not worked properly for several years due to a platform bug. This, in turn, has affected the JDK's API, which relies upon that.
Therefore, in accordance with the existing Java SE specification, java.awt.SystemTray.isSupported() will return false where ever the JDK determines the platform bug is likely to be present.
The impact of this is likely to be limited since applications always must check for that support anyway. Additionally, some distros have not supported the SystemTray for several years unless the end-user chooses to install non-bundled desktop extensions.
The following root certificates have been added to the cacerts truststore:
+ Certainly
+ certainlyrootr1
DN: CN=Certainly Root R1, O=Certainly, C=US
+ Certainly
+ certainlyroote1
DN: CN=Certainly Root E1, O=Certainly, C=US
The XML Signature secure validation mode has been enabled by default (previously it was not enabled by default unless running with a security manager). When enabled, validation of XML signatures are subject to stricter checking of algorithms and other constraints as specified by the jdk.xml.dsig.secureValidationPolicy security property.
If necessary, and at their own risk, applications can disable the mode by setting the org.jcp.xml.dsig.secureValidation property to Boolean.FALSE with the DOMValidateContext.setProperty() API.
| Library | New Version | Module | JBS |
|---|---|---|---|
| Libxslt | 1.1.39 | javafx | JDK-8318388 |
| WebKit | 617.1 | javafx | JDK-8318614 |
| Glib | 2.78.1 | javafx | JDK-8318386 |
| GStreamer | 1.22.6 | javafx | JDK-8318387 |
| libpng | 1.6.40 | java.desktop | JDK-8316030 |
| Joni | 2.2.1 | jdk.scripting.nashorn | JDK-8322094 |
| Xalan Java | 2.7.3 | java.xml | JDK-8305814 |
| XML Security for Java | 3.0.3 | java.xml.crypto | JDK-8319124 |
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u411 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8318951 | client-libs/2d | Additional negative value check in JPEG decoding |
| 2 | JDK-8152924 | core-libs/java.util.concurrent | Improve scalability of CompletableFuture with large number of dependents |
| 3 | JDK-8186464 | core-libs/java.util.jar | ZipFile cannot read some InfoZip ZIP64 zip files |
| 4 | JDK-8321480 | core-libs/java.util:i18n | ISO 4217 Amendment 176 Update |
| 5 | JDK-8260556 | docs/guides | Update Security Guide for Enable XML Signature secure validation mode by default |
| 6 | JDK-8244207 | hotspot/compiler | Simplify usage of Compile::print_method() when debugging with gdb and enable its use with rr |
| 7 | JDK-8144856 | hotspot/compiler | fix assert in CompiledStaticCall::set_to_interpreted |
| 8 | JDK-8236772 | hotspot/compiler | Fix build for windows 32-bit after 8212160 and 8234331. |
| 9 | JDK-8231430 | hotspot/compiler | C2: Memory stomp in max_array_length() for T_ILLEGAL type |
| 10 | JDK-8318889 | hotspot/compiler | C2: add bailout after assert Bad graph detected in build_loop_late |
| 11 | JDK-8317507 | hotspot/compiler | C2 compilation fails with "Exceeded _node_regs array" |
| 12 | JDK-8147611 | hotspot/gc | G1 - Missing memory barrier in start_cset_region_for_worker |
| 13 | JDK-8061467 | hotspot/gc | Bad page size passed to setup_large_pages() on Solaris |
| 14 | JDK-8212160 | hotspot/jvmti | JVMTI agent crashes with "assert(_value != 0LL) failed: resolving NULL _value" |
| 15 | JDK-8227277 | hotspot/jvmti | HeapInspection::find_instances_at_safepoint walks dead objects |
| 16 | JDK-8236124 | hotspot/jvmti | Minimal VM slowdebug build failed after JDK-8212160 |
| 17 | JDK-8322321 | hotspot/runtime | Add man page doc for -XX:+VerifySharedSpaces |
| 18 | JDK-8059586 | hotspot/runtime | hs_err report should treat redirected core pattern. |
| 19 | JDK-8323243 | hotspot/runtime | JNI invocation of an abstract instance method corrupts the stack |
| 20 | JDK-8067447 | hotspot/svc | Factor out the shared implementation of the VM flags manipulation code |
| 21 | JDK-8284544 | javafx/accessibility | [Win] Name-Property of Spinner cannot be changed |
| 22 | JDK-8319079 | javafx/graphics | Missing range checks in decora |
| 23 | JDK-8320267 | javafx/web | WebView crashes on macOS 11 with WebKit 616.1 |
| 24 | JDK-8320260 | javafx/web | WebView: Update Public Suffix List to b5bf572 |
| 25 | JDK-8323879 | javafx/web | constructor Path(Path) which takes another Path object fail to draw on canvas html |
| 26 | JDK-8324337 | javafx/web | Cherry-pick WebKit 617.1 stabilization fixes |
| 27 | JDK-8322703 | javafx/web | Intermittent crash in WebView in a JFXPanel from IME calls on macOS |
| 28 | JDK-8325258 | javafx/web | Additional WebKit 617.1 fixes from WebKitGTK 2.42.5 |
| 29 | JDK-8323880 | javafx/web | Caret rendered at wrong position in case of a click event on RTL text |
| 30 | JDK-8326989 | javafx/web | Text selection issues on WebView after WebKit 617.1 |
| 31 | JDK-8221261 | javafx/window-toolkit | Deadlock on macOS in JFXPanel app when handling IME calls |
| 32 | JDK-8319669 | javafx/window-toolkit | [macos14] Running any JavaFX app prints Secure coding warning |
| 33 | JDK-8319727 | other-libs/corba:idl | Harden BufferManagerReadStream underflow logic |
| 34 | JDK-8307185 | security-libs/javax.crypto:pkcs11 | pkcs11 native libraries make JNI calls into java code while holding GC lock |
| 35 | JDK-8255867 | security-libs/javax.net.ssl | SignatureScheme JSSE property does not preserve ordering in handshake messages |
| 36 | JDK-8308245 | tools/javac | Add -proc:full to describe current default annotation processing policy |
| 37 | JDK-8317815 | xml/jaxp | Xerces-J - Version.java did not get updated in JDK-8282280 |
The following sections summarize changes made in all Java SE 8u401 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8326643 | security-libs | java.security | JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8325580 (not public) | install | install | Remove "alternatives --remove" call from Java rpm installer |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8309374 | javafx | accessibility | Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time |
| JDK-8311492 | javafx | graphics | FontSmoothingType LCD produces wrong color when transparency is used |
| JDK-8325150 | core-libs | java.time | (tz) Update Timezone Data to 2024a |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8227277 | hotspot | jvmti | HeapInspection::find_instances_at_safepoint walks dead objects |
| JDK-8322725 | core-libs | java.time | (tz) Update Timezone Data to 2023d |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8284544 | javafx | accessibility | [Win] Name-Property of Spinner cannot be changed |
| JDK-8319727 | other-libs | corba:idl | Harden BufferManagerReadStream underflow logic |
The following sections summarize changes made in Java SE 8u401 Enterprise Performance Pack. Bug fixes and any other changes are listed below in date order, most current update first. Note that bug fixes in the previous BPR are also included in the current update release.
This BPR contains all of the fixes included in the previous JDK 8 Enterprise Performance Pack BPR.
January 16, 2024
The full version string for this update release is 8u401-perf-b10 (where "b" means "build"). The version number is 8u401-perf.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u401 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 8u401-perf-b10 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u401) be used after the next critical patch update scheduled for April 16, 2024.
Java SE Subscription products customers managing JRE updates/installs for large number of desktops should consider Java Management Service (JMS).
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u401-perf) on 2024-05-16. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
A new system property named org.jcp.xml.dsig.secureValidation has been added. It can be used to enable or disable the XML Signature secure validation mode. The system property should be set to "true" to enable, or "false" to disable. Any other value for the system property is treated as "false". If the system property is set, it supersedes the XMLCryptoContext property value.
Secure validation mode is enabled by default if you are running the code with a SecurityManager, otherwise it is disabled by default.
When the C1 compiler is the only compiler available to the VM, it applies loop predication to remove array access range checks from loop bodies. Due to a defect, this optimization was disabled, potentially leading to a performance regression.
This only affects the client VM or VM's running with the non-default command line flags -XX:+NeverActAsServerClassMachine or -XX:TieredStopAtLevel=[1,2,3].
The following root certificates have been added to the cacerts truststore:
+ DigiCert, Inc.
+ digicertcseccrootg5
DN: CN=CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US
+ DigiCert, Inc.
+ digicertcsrsarootg5
DN: CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US
+ DigiCert, Inc.
+ digicerttlseccrootg5
DN: DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US
+ DigiCert, Inc.
+ digicerttlsrsarootg5
DN: DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US
The following root certificates have been added to the cacerts truststore:
+ eMudhra Technologies Limited
+ emsignrootcag1
DN: CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
+ eMudhra Technologies Limited
+ emsigneccrootcag3
DN: CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
+ eMudhra Technologies Limited
+ emsignrootcag2
DN: CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
The following root certificate has been added to the cacerts truststore:
+ Let's Encrypt
+ letsencryptisrgx2
DN: CN=ISRG Root X2, O=Internet Security Research Group, C=US
X509KeyManager.chooseClientAlias Once for All Key Types
(JDK-8262186)
The (D)TLS implementation in JDK now calls X509KeyManager.chooseClientAlias() only once during handshaking for client authentication, even if there are multiple algorithms requested .
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8299658 | hotspot/compiler | C1 compilation crashes in LinearScan::resolve_exception_edge |
| 2 | JDK-8301489 | hotspot/compiler | C1: ShortLoopOptimizer might lift instructions before their inputs |
| 3 | JDK-8313626 | hotspot/compiler | C2 crash due to unexpected exception control flow |
| 4 | JDK-8313402 | hotspot/compiler | C1: Incorrect LoadIndexed value numbering |
| 5 | JDK-8312909 | hotspot/compiler | C1 should not inline through interface calls with non-subtype receiver |
| 6 | JDK-8303279 | hotspot/compiler | C2: crash in SubTypeCheckNode::sub() at IGVN split if |
| 7 | JDK-8304954 | hotspot/compiler | SegmentedCodeCache fails when using large pages |
| 8 | JDK-8316178 | hotspot/compiler | Better diagnostic header for CodeBlobs |
| 9 | JDK-8315377 | hotspot/compiler | C2: assert(u->find_out_with(Op_AddP) == nullptr) failed: more than 2 chained AddP nodes? |
| 10 | JDK-8316514 | hotspot/compiler | Better diagnostic header for VtableStub |
| 11 | JDK-8314024 | hotspot/compiler | SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info |
| 12 | JDK-8313262 | hotspot/compiler | C2: Sinking node may cause required cast to be dropped |
| 13 | JDK-8312440 | hotspot/compiler | assert(cast != nullptr) failed: must have added a cast to pin the node |
| 14 | JDK-8313756 | hotspot/compiler | [BACKOUT] 8308682: Enhance AES performance |
| 15 | JDK-8313760 | hotspot/compiler | [REDO] Enhance AES performance |
| 16 | JDK-8308103 | hotspot/compiler | Massive (up to ~30x) increase in C2 compilation time since JDK 17 |
| 17 | JDK-8307683 | hotspot/compiler | Loop Predication should not hoist range checks with trap on success projection by negating their condition |
| 18 | JDK-8309119 | hotspot/compiler | [17u/11u] Redo JDK-8297951: C2: Create skeleton predicates for all If nodes in loop predication |
| 19 | JDK-8275333 | hotspot/gc | Print count in "Too many recored phases?" assert |
| 20 | JDK-8316906 | hotspot/gc | Clarify TLABWasteTargetPercent flag |
| 21 | JDK-8270894 | hotspot/runtime | Use acquire semantics in ObjectSynchronizer::read_stable_mark() |
| 22 | JDK-8305994 | hotspot/runtime | Guarantee eventual async monitor deflation |
| 23 | JDK-8309228 | hotspot/runtime | Clarify EXPERIMENTAL flags comment in hotspot/share/runtime/globals.hpp |
| 24 | JDK-8306825 | hotspot/runtime | Monitor deflation might be accidentally disabled by zero intervals |
| 25 | JDK-8279545 | hotspot/runtime | Buffer overrun in reverse_words of sharedRuntime_x86_64.cpp:3517 |
| 26 | JDK-8283326 | hotspot/runtime | Implement SafeFetch statically |
| 27 | JDK-8314679 | hotspot/svc-agent | SA fails to properly attach to JVM after having just detached from a different JVM |
January 16, 2024
The full version string for this update release is 8u401-b10 (where "b" means "build"). The version number is 8u401.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime at the time of the release of JDK 8u401 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 8 | 8u401-b10 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u401) be used after the next critical patch update scheduled for April 16, 2024.
Java SE Subscription products customers managing JRE updates/installs for large number of desktops should consider using Java Management Service (JMS).
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u401) on 2024-05-16. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
A new system property named org.jcp.xml.dsig.secureValidation has been added. It can be used to enable or disable the XML Signature secure validation mode. The system property should be set to "true" to enable, or "false" to disable. Any other value for the system property is treated as "false". If the system property is set, it supersedes the XMLCryptoContext property value.
Secure validation mode is enabled by default if you are running the code with a SecurityManager, otherwise it is disabled by default.
A new JDK Flight Recorder (JFR) event has been added to monitor deserialization of objects. When JFR is enabled and the JFR configuration includes deserialization events, JFR will emit an event whenever the running program attempts to deserialize an object. The deserialization event is named java/deserialization, and it is disabled by default. The deserialization event contains information that is used by the serialization filter mechanism. Additionally, if a filter is enabled, the JFR event indicates whether the filter accepted or rejected deserialization of the object.
The new Deserialization Event captures:
Refer to Context-Specific Deserialization Filter and Serialization Filtering Guide for details.
When the C1 compiler is the only compiler available to the VM, it applies loop predication to remove array access range checks from loop bodies. Due to a defect, this optimization was disabled, potentially leading to a performance regression.
This only affects the client VM or VM's running with the non-default command line flags -XX:+NeverActAsServerClassMachine or -XX:TieredStopAtLevel=[1,2,3].
In a rare case, the C2 compiler attempts to apply the split-if loop optimization indefinitely. This regression manifests as continued high CPU use by C2 compiler threads.
The issue is fixed in 8u431. If the issue is encountered in 8u401, 8u411 or 8u421, the VM flag ``-XX:-SplitIfBlocks``, which disables this optimization, can be used as a workaround.
jdk.jar.maxSignatureFileSize
(JDK-8312489)
The system property, jdk.jar.maxSignatureFileSize, allows applications to control the maximum size of signature files in a signed JAR. Its default value has been increased from 8000000 bytes (8 MB) to 16000000 bytes (16 MB).
The following root certificates have been added to the cacerts truststore:
+ DigiCert, Inc.
+ digicertcseccrootg5
DN: CN=CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US
+ DigiCert, Inc.
+ digicertcsrsarootg5
DN: CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US
+ DigiCert, Inc.
+ digicerttlseccrootg5
DN: DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US
+ DigiCert, Inc.
+ digicerttlsrsarootg5
DN: DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US
The following root certificates have been added to the cacerts truststore:
+ eMudhra Technologies Limited
+ emsignrootcag1
DN: CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
+ eMudhra Technologies Limited
+ emsigneccrootcag3
DN: CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
+ eMudhra Technologies Limited
+ emsignrootcag2
DN: CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
The following root certificate has been added to the cacerts truststore:
+ Telia Root CA v2
+ teliarootcav2
DN: CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI
The following root certificate has been added to the cacerts truststore:
+ Let's Encrypt
+ letsencryptisrgx2
DN: CN=ISRG Root X2, O=Internet Security Research Group, C=US
X509KeyManager.chooseClientAlias Once for All Key Types
(JDK-8262186)
The (D)TLS implementation in JDK now calls X509KeyManager.chooseClientAlias() only once during handshaking for client authentication, even if there are multiple algorithms requested .
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u401 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8286481 | client-libs/java.awt | Exception printed to stdout on Windows when storing transparent image in clipboard |
| 2 | JDK-6176679 | client-libs/java.awt | Application freezes when copying an animated gif image to the system clipboard |
| 3 | JDK-8153090 | client-libs/javax.swing | TAB key cannot change input focus after the radio button in the Color Selection dialog |
| 4 | JDK-8313657 | core-libs/javax.naming | com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors |
| 5 | JDK-8314063 | core-libs/javax.naming | The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection |
| 6 | JDK-8302577 | docs/guides | Update JSSE Guide for JDK-8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit |
| 7 | JDK-8283441 | hotspot/compiler | C2: segmentation fault in ciMethodBlocks::make_block_at(int) |
| 8 | JDK-8059735 | hotspot/compiler | make_not_entrant_or_zombie sees zombies |
| 9 | JDK-8075922 | hotspot/compiler | assert(t == t_no_spec) fails in phaseX.cpp |
| 10 | JDK-8067247 | hotspot/compiler | Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache |
| 11 | JDK-8086053 | hotspot/compiler | Address inconsistencies regarding ZeroTLAB |
| 12 | JDK-8169177 | hotspot/gc | aarch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options |
| 13 | JDK-8149343 | hotspot/gc | assert(rp->num_q() == no_of_gc_workers) failed: sanity |
| 14 | JDK-8316906 | hotspot/gc | Clarify TLABWasteTargetPercent flag |
| 15 | JDK-8032223 | hotspot/jvmti | nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits)) |
| 16 | JDK-8165496 | hotspot/jvmti | assert(_exception_caught == false) failed: _exception_caught is out of phase |
| 17 | JDK-8193386 | hotspot/runtime | CompressedClassSize too large with MaxMetaspace |
| 18 | JDK-8194246 | hotspot/runtime | JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class |
| 19 | JDK-8163146 | hotspot/runtime | Remove os::check_heap on Windows |
| 20 | JDK-8227815 | hotspot/svc | Minimal VM: set_state is not a member of AttachListener |
| 21 | JDK-8313856 | javafx/graphics | Replace VLA with malloc in pango |
| 22 | JDK-8317508 | javafx/media | Provide media support for libavcodec version 60 |
| 23 | JDK-8313900 | javafx/media | Possible NULL pointer access in NativeAudioSpectrum and NativeVideoBuffer |
| 24 | JDK-8311097 | javafx/web | Synchron XMLHttpRequest not receiving data |
| 25 | JDK-8315074 | javafx/window-toolkit | Possible null pointer access in native glass |
| 26 | JDK-8315958 | javafx/window-toolkit | Missing range checks in GlassPasteboard |
| 27 | JDK-8315657 | javafx/window-toolkit | Application window not activated in macOS 14 Sonoma |
| 28 | JDK-8319066 | javafx/window-toolkit | Application window not always activated in macOS 14 Sonoma |
| 29 | JDK-8320597 | security-libs/java.security | RSA signature verification fails on signed data that does not encode params correctly |
| 30 | JDK-8302017 | security-libs/java.security | Allocate BadPaddingException only if it will be thrown |
| 31 | JDK-8284910 | security-libs/javax.security | Buffer clean in PasswordCallback |
The following sections summarize changes made in all Java SE 8u391 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8054022 | core-libs | java.net | HttpURLConnection timeouts with Expect: 100-Continue and no chunking |
| JDK-8306784 | install | install | No default java after 8u371 upgrade |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8312489 | security-libs | java.security | Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar |
Fixes from the prior BPR are included in this version.
The following sections summarize changes made in Java SE 8u391 Enterprise Performance Pack. Bug fixes and any other changes are listed below in date order, most current update first. Note that bug fixes in the previous BPR are also included in the current update release.
This BPR contains all of the fixes included in the previous JDK 8 Enterprise Performance Pack BPR.
October 17, 2023
The full version string for this update release is 8u391-perf-b13 (where "b" means "build"). The version number is 8u391-perf.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 8u391 are specified in the following table:
| JRE Family Version | JRE Security Baseline (Full Version String) |
|---|---|
| 8 | 8u391-perf-b13 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u391) be used after the next critical patch update scheduled for January 16, 2024.
Java SE Subscription customers managing JRE updates/installs for large number of desktops should consider using Java Advanced Management Console (AMC).
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u391) on 2024-02-16. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
A virtual machine crash was observed in JDK 11.0.19 and 17.0.7 when executing the GregorianCalender.computeTime() method (JDK-8307683). It was found that although the root cause of the crash is an old issue, a recent fix for a rare issue in the C2 compiler (JDK-8297951) made the crash much more likely. To mitigate this, the fix has been reverted in JDK 11.0.20 and 17.0.8 and will be reapplied once JDK-8307683 is resolved.
| # | BugId | Component | Subcomponent | Summary |
|---|---|---|---|---|
| 1 | JDK-8274243 | hotspot | compiler | Implement fast-path for ASCII-compatible CharsetEncoders on aarch64 |
| 2 | JDK-8299544 | hotspot | compiler | Improve performance of CRC32C intrinsics (non-AVX-512) for small inputs |
| 3 | JDK-8153837 | hotspot | compiler | AArch64: Handle special cases for MaxINode & MinINode |
| 4 | JDK-8272586 | hotspot | compiler | emit abstract machine code in hs-err logs |
| 5 | JDK-8308192 | hotspot | compiler | Error in parsing replay file when staticfield is an array of single dimension |
| 6 | JDK-8309266 | hotspot | compiler | C2: assert(final_con == (jlong)final_int) failed: final value should be integer |
| 7 | JDK-8300584 | hotspot | compiler | Accelerate AVX-512 CRC32C for small buffers |
| 8 | JDK-8274986 | hotspot | compiler | max code printed in hs-err logs should be configurable |
| 9 | JDK-8310126 | hotspot | compiler | C1: Missing receiver null check in Reference::get intrinsic |
| 10 | JDK-8284760 | hotspot | compiler | Correct type/array element offset in LibraryCallKit::get_state_from_digest_object() |
| 11 | JDK-8299158 | hotspot | compiler | Improve MD5 intrinsic on AArch64 |
| 12 | JDK-8303154 | hotspot | compiler | Investigate and improve instruction cache flushing during compilation |
| 13 | JDK-8252990 | hotspot | compiler | Intrinsify Unsafe.storeStoreFence |
| 14 | JDK-8305088 | hotspot | compiler | SIGSEGV in Method::is_method_handle_intrinsic |
| 15 | JDK-8296545 | hotspot | compiler | C2 Blackholes should allow load optimizations |
| 16 | JDK-8292713 | hotspot | compiler | Unsafe.allocateInstance should be intrinsified without UseUnalignedAccesses |
| 17 | JDK-8302736 | hotspot | compiler | Major performance regression in Math.log on aarch64 |
| 18 | JDK-8307572 | hotspot | compiler | AArch64: Vector registers are clobbered by some macroassemblers |
| 19 | JDK-8280396 | hotspot | gc | G1: Full gc mark stack draining should prefer to make work available to other threads |
| 20 | JDK-8308643 | hotspot | gc | Incorrect value of 'used' jvmstat counter |
| 21 | JDK-8284532 | hotspot | jfr | Memory leak in BitSet::BitMapFragmentTable in JFR leak profiler |
| 22 | JDK-8283520 | hotspot | jfr | JFR: Memory leak in dcmd_arena |
| 23 | JDK-8307526 | hotspot | jfr | [JFR] Better handling of tampered JFR repository |
| 24 | JDK-8309862 | hotspot | jfr | Unsafe list operations in JfrStringPool |
| 25 | JDK-8307331 | hotspot | jvmti | Correctly update line maps when class redefine rewrites bytecodes |
| 26 | JDK-8306428 | hotspot | runtime | RunThese30M.java crashed with assert(early->flag() == current->flag() || early->flag() == mtNone) |
| 27 | JDK-8297887 | hotspot | runtime | Update Siphash |
| 28 | JDK-8305425 | hotspot | runtime | Thread.isAlive0 doesn't need to call into the VM |
| 29 | JDK-8269466 | hotspot | runtime | Factor out the common code for initializing and starting internal VM JavaThreads |
| 30 | JDK-8287854 | hotspot | runtime | Dangling reference in ClassVerifier::verify_class |
| 31 | JDK-8303215 | hotspot | runtime | Make thread stacks not use huge pages |
| 32 | JDK-8290067 | hotspot | runtime | Show stack dimensions in UL logging when attaching threads |
| 33 | JDK-8283849 | hotspot | svc | AsyncGetCallTrace may crash JVM on guarantee |
| 34 | JDK-8301170 | hotspot | svc | perfMemory_windows.cpp add free_security_attr to early returns |
| 35 | JDK-8295657 | hotspot | svc-agent | SA: Allow larger object alignments |
October 17, 2023
The full version string for this update release is 8u391-b13 (where "b" means "build"). The version number is 8u391.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 8u391 are specified in the following table:
| JRE Family Version | JRE Security Baseline (Full Version String) |
|---|---|
| 8 | 8u391-b13 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u391) be used after the next critical patch update scheduled for January 16, 2024.
Java SE Subscription customers managing JRE updates/installs for large number of desktops should consider using Java Advanced Management Console (AMC).
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u391) on 2024-02-16. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
jdk.SecurityProviderService
(JDK-8254711)
A new Java Flight Recorder (JFR) event has been added to record details of java.security.Provider.getService(String type, String algorithm) calls.
The new event name is jdk.SecurityProviderService and contains the following fields:
| Field name | Field Description |
|---|---|
| type | Type of Service |
| algorithm | Algorithm Name |
| provider | Security Provider |
This event is disabled by default and can be enabled via the JFR configuration files or via standard JFR options.
-XshowSettings:locale Output Now Includes Tzdata Version
(JDK-8305950)
The -XshowSettings launcher option has been enhanced to print the tzdata version configured with the JDK. The tzdata version is displayed as part of the locale showSettings option.
Example output using -X:showSettings:locale:
.....
Locale settings:
default locale = English
default display locale = English
default format locale = English
tzdata version = 2023c
.....
Media playback does not work on Ubuntu 23.10. This affects most media formats such as MP4 with H.264/H.265, MP3, AAC, and HTTP Live Streaming. This is because JavaFX Media does not support libavcodec version 60. Support for libavcodec version 60 will be added with JDK-8317508. As a workaround, install libavcodec version 59 compiled with support for at least the following:
The following root certificate from SECOM Trust System has been removed from the cacerts keystore:
+ alias name "secomscrootca1 [jdk]"
Distinguished Name: OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP
Platform support for Linux ARM32 in JDK 8 has been removed. As a result, the ARM32 Hard Float ABI download will not be available. Operating Systems that supported ARM32 have reached their End of Life, thus there is no known OS support available.
The following root certificate has been added to the cacerts truststore:
+ Certigna (Dhimyotis)
+ certignarootca
DN: CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR
java.security.manager System Property
(JDK-8301118)
In JDK 12, two new token options for the java.security.manager system property, "allow" and "disallow", were introduced.
Many applications and frameworks are designed to run on multiple JDKs. For those that enable the SecurityManager at runtime via System.setSecurityManager, they have to specify the "allow" option as of JDK 18 (see JDK-8203316). However, these applications would also prefer to use the same command line across multiple versions of the JDK, especially if it is not known what JDK version a user will use.
Currently, if these options are specified in JDK 12 or earlier, the runtime attempts to load a SecurityManager implementation with the classname "allow" or "disallow", which results in a Could not create SecurityManager Error and the application will not start up.
From this release onward, the "allow" and "disallow" options for the java.security.manager system property will be ignored.
The JDK implementation of TLS 1.2 now uses a default Diffie Hellman keysize of 2048 bits when a TLS_DHE cipher suite is negotiated and either the client or server does not support FFDHE, which can negotiate a stronger keysize. The JDK TLS implementation supports FFDHE and it is enabled by default.
As a workaround, users can revert to the previous size by setting the jdk.tls.ephemeralDHKeySize system property to 1024 (at their own risk).
This change does not affect TLS 1.3 as the minimum DH group size is already 2048 bits.
In 8u371, the behavior of the JRE installer was changed from installing the JRE in a full-version-specific directory to installing the JRE into a common shared directory. It also removed all older JRE versions in that same family.
In JDK 8u391, a new argument, RETAIN_ALL_VERSIONS=1, was introduced for the MSI installer. If the argument is used, the JRE will install into a jre$fullversion directory. Other JREs of the Java SE 8 family will not be automatically removed. More information can be found in the MSI Enterprise JRE Installer Guide for Windows.
CORBA _DynAnyStub and Associated Subclasses readObject Accepts Only Stringified IORs in IOR: URI format
(JDK-8303384 (not public))
The readObject method changes made to _DynAnyFactoryStub in JDK-8285021, have been extended to a set of stub classes that have been categoriezed as pseudo IDL interfaces. These include:
org.omg.DynamicAny._DynArrayStub,
org.omg.DynamicAny._DynEnumStub,
org.omg.DynamicAny._DynFixedStub,
org.omg.DynamicAny._DynSequenceStub,
org.omg.DynamicAny._DynStructStub,
org.omg.DynamicAny._DynUnionStub,
org.omg.DynamicAny._DynValueStub,
org.omg.DynamicAny._DynAnyStub,
For each of these stub classes, the readObject method has been amended such that, when reading the stringified IOR from serialized data, it will, by default, accept stringified IORs in IOR: URI format only. As the above stub classes are termed, locally or as ORB constrained types, it is not useful that serialized data should contain corbaname or corbaloc URIs. Furthermore, an ORB will prohibit the binding of a name in the INS to an IOR of these stub classes. As such, using a corbaname to reference an instance of these locally constrained stub classes is not meaningful.
A system property is introduced, com.sun.CORBA.DynamicAny.Stubs.allowCorbanameInIOR, which when set to true, will revert the readObject method to its current behavior and disable the additional IOR checks. The default value of this system property is false. This system property can also be used to disable the IOR check performed in the org.omg.DynamicAny._DynAnyFactoryStub readObject method. As such, with respect to _DynAnyFactory, it complements the system property org.omg.DynamicAny.DynAnyFactoryStub.disableIORCheck introduced in JDK-8285021.
Additionally, the readObject method of the remote CORBA service stub classes:
org.omg.CosNaming._NamingContextStub.java,
org.omg.CosNaming._BindingIteratorStub.java,
org.omg.CosNaming._NamingContextExtStub.java,
org.omg.PortableServer._ServantActivatorStub.java,
org.omg.PortableServer._ServantLocatorStub.java,
com.sun.corba.se.spi.activation._ServerManagerStub.java,
com.sun.corba.se.spi.activation._ActivatorStub.java,
com.sun.corba.se.spi.activation._RepositoryStub.java,
com.sun.corba.se.spi.activation._InitialNameServiceStub.java,
com.sun.corba.se.spi.activation._LocatorStub.java,
com.sun.corba.se.spi.activation._ServerStub.java,
included in the JDK, have been similarly amended to include an IOR check when reading a stringified IOR from serialised data. To enable the IOR check, and prohibit corbaname or corbaloc URLs in a stringified IOR, the setting of the com.sun.CORBA.DynamicAny.Stubs.allowCorbanameInIOR system property to true is required.
A system property is introduced, com.sun.CORBA.IDL.Stubs.allowCorbanameInIOR, which when set to false, will activate an IOR check when reading a stringified IOR from serialised data and constrain a stringified IOR to that of IOR: URI format. Thus, prohibiting corbaname or corbaloc as a valid stringified IOR format. The default value of this system property is true. That is, corbaname or corbaloc are allowed in stringified IORs.
For TLS connections, the cipher suite selection, by default, is updated to use the server cipher suites preference. Applications can configure the behavior by using the SSLParameters.setUseCipherSuitesOrder() method.
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
The following table lists the bug fixes included in the JDK 8u391 release:
| # | BugId | Component | Summary |
|---|---|---|---|
| 1 | JDK-8311689 | client-libs/java.awt | Wrong visible amount in Adjustable of ScrollPane |
| 2 | JDK-8310054 | client-libs/java.awt | ScrollPane insets are incorrect |
| 3 | JDK-8297923 | client-libs/java.awt | java.awt.ScrollPane broken after multiple scroll up/down |
| 4 | JDK-8305815 | client-libs/java.awt | Update Libpng to 1.6.39 |
| 5 | JDK-8305517 | core-libs/java.net | Memory leak in Java Solaris native code when calling NetworkInterface.getHardwareAddress() |
| 6 | JDK-8300098 | core-libs/java.util.concurrent | java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3 |
| 7 | JDK-8234808 | core-svc/debugger | jdb quoted option parsing broken |
| 8 | JDK-8290451 | hotspot/compiler | Incorrect result when switching to C2 OSR compilation from C1 |
| 9 | JDK-8213419 | hotspot/compiler | C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1 |
| 10 | JDK-8183910 | hotspot/gc | gc/arguments/TestAggressiveHeap.java fails intermittently |
| 11 | JDK-8257239 | hotspot/gc | [8u] G1: guarantee(!obj->is_forwarded()) failed: Object must not be forwarded |
| 12 | JDK-8182703 | hotspot/gc | Correct G1 barrier queue lock orderings |
| 13 | JDK-8207011 | hotspot/runtime | Remove uses of the register storage class specifier |
| 14 | JDK-8297887 | hotspot/runtime | Update Siphash |
| 15 | JDK-8284542 | javafx/accessibility | [Accessibility] [Win] Missing attribute for toggle state of CheckBox in CheckBoxTreeItem |
| 16 | JDK-8309508 | javafx/graphics | Possible memory leak in JPEG image loader |
| 17 | JDK-8306328 | javafx/media | Update libFFI to 3.4.4 |
| 18 | JDK-8306918 | javafx/web | WebView: Update Public Suffix List to 88467c9 |
| 19 | JDK-8303748 | javafx/web | WebKit build fails with Visual Studio 2022 17.5.0 |
| 20 | JDK-8306329 | javafx/web | Update ICU4C to 73.1 |
| 21 | JDK-8310681 | javafx/web | Update WebKit to 616.1 |
| 22 | JDK-8313177 | javafx/web | Web Workers timeout with Webkit 616.1 |
| 23 | JDK-8314212 | javafx/web | Crash when loading cnn.com in WebView |
| 24 | JDK-8313711 | javafx/web | Cherry-pick WebKit 616.1 stabilization fixes |
| 25 | JDK-8313181 | javafx/web | Enabling modern media controls on webkit 616.1 does not load button images on HTML5 video Element |
| 26 | JDK-8144781 | javafx/window-toolkit | Assertion failure in debug build running any JavaFX program on Mac |
| 27 | JDK-8296452 | security-libs/javax.crypto | Solaris Ucrypto context memory leak on CRYPTO_BUFFER_TOO_SMALL error |
| 28 | JDK-8236671 | security-libs/javax.crypto | NullPointerException in JKS keystore |
| 29 | JDK-8232950 | security-libs/javax.crypto:pkcs11 | SUNPKCS11 Provider incorrectly check key length for PSS Signatures. |
| 30 | JDK-8183107 | security-libs/javax.crypto:pkcs11 | PKCS11 regression regarding checkKeySize |
The following sections summarize changes made in all Java SE 8u381 BPR. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in the previous BPR are also included in the current BPR.
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-6176679 | client-libs | java.awt | Application freezes when copying an animated gif image to the system clipboard |
| JDK-8286481 | client-libs | java.awt | Exception printed to stdout on Windows when storing transparent image in clipboard |
| JDK-8314188 (not public) | install | install | [macOS] Installation complete confirmation message not displayed |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8306899 (not public) | install | install | JRE 8u371 MSI unable to install side-by-side JREs |
| JDK-8311244 (not public) | hotspot | gc | frequent crashes at g1CollectedHeap.cpp:5923 after updating to JDK8u371 |
| BugId | Category | Subcategory | Summary |
|---|---|---|---|
| JDK-8284542 | jfx | accessibility | Missing attribute for toggle state of CheckBox in CheckBoxTreeItem |
| JDK-8309557 (not public) | install | Update the JRE 8 Description in RPM packages |
The following sections summarize changes made in Java SE 8u381 Enterprise Performance Pack. Bug fixes and any other changes are listed below in date order, most current update first. Note that bug fixes in the previous BPR are also included in the current update release.
This BPR contains all of the fixes included in the corresponding JDK 8 BPR.
Starting with the July 2023 CPU, on operating systems where ASLR (Address Space Layout Randomization) is enabled, the CDS archive will be placed at a random address picked by the operating system.
This change may have a minor performance impact: (a) Start-up time may increase because the JVM needs to patch pointers inside the CDS archive; (b) Memory usage may increase because the memory used by the CDS archive is no longer shareable across processes. We expect the impact to be small because such increases should be only a small fraction of the overall application usage.
In the unlikely event that you must disable ASLR for CDS, you can use the JVM flags -XX:+UnlockDiagnosticVMOptions -XX:ArchiveRelocationMode=0. The usage of such flags is not recommended.
| # | BugId | Component | Subcomponent | Summary |
|---|---|---|---|---|
| 1 | JDK-8280007 | hotspot | compiler | Enable Neoverse N1 optimizations for Arm Neoverse V1 & N2 |
| 2 | JDK-8299179 | hotspot | compiler | ArrayFill with store on backedge needs to reduce length by 1 |
| 3 | JDK-8302595 | hotspot | compiler | use-after-free related to GraphKit::clone_map |
| 4 | JDK-8299959 | hotspot | compiler | C2: CmpU::Value must filter overflow computation against local sub computation |
| 5 | JDK-8303564 | hotspot | compiler | C2: "Bad graph detected in build_loop_late" after a CMove is wrongly split thru phi |
| 6 | JDK-8303508 | hotspot | compiler | Vector.lane() gets wrong value on x86 |
| 7 | JDK-8299570 | hotspot | compiler | [JVMCI] Insufficient error handling when CodeBuffer is exhausted |
| 8 | JDK-8300079 | hotspot | compiler | SIGSEGV in LibraryCallKit::inline_string_copy due to constant NULL src argument |
| 9 | JDK-8299259 | hotspot | compiler | C2: Div/Mod nodes without zero check could be split through iv phi of loop resulting in SIGFPE |
| 10 | JDK-8296318 | hotspot | compiler | use-def assert: special case undetected loops nested in infinite loops |
| 11 | JDK-8296412 | hotspot | compiler | Special case infinite loops with unmerged backedges in IdealLoopTree::check_safepts |
| 12 | JDK-8297730 | hotspot | compiler | C2: Arraycopy intrinsic throws incorrect exception |
| 13 | JDK-8301491 | hotspot | compiler | C2: java.lang.StringUTF16::indexOfChar intrinsic called with negative character argument |
| 14 | JDK-8303588 | hotspot | compiler | [JVMCI] make JVMCI source directories conform with standard layout |
| 15 | JDK-8201516 | hotspot | compiler | DebugNonSafepoints generates incorrect information |
| 16 | JDK-8302508 | hotspot | compiler | Add timestamp to the output TraceCompilerThreads |
| 17 | JDK-8289748 | hotspot | compiler | C2 compiled code crashes with SIGFPE with -XX:+StressLCM and -XX:+StressGCM |
| 18 | JDK-8308884 | hotspot | compiler | [17u/11u] Backout JDK-8297951 |
| 19 | JDK-8303511 | hotspot | compiler | C2: assert(get_ctrl(n) == cle_out) during unrolling |
| 20 | JDK-8291456 | hotspot | jvmti | com/sun/jdi/ClassUnloadEventTest.java failed with: Wrong number of class unload events: expected 10 got 4 |
| 21 | JDK-8280784 | hotspot | runtime | VM_Cleanup unnecessarily processes all thread oops |
| 22 | JDK-8294677 | hotspot | runtime | chunklevel::MAX_CHUNK_WORD_SIZE too small for some applications |
| 23 | JDK-8277946 | hotspot | runtime | NMT: Remove VM.native_memory shutdown jcmd command option |
| 24 | JDK-8301123 | hotspot | runtime | Enable Symbol refcounting underflow checks in PRODUCT |
| 25 | JDK-8295974 | hotspot | runtime | jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames |
| 26 | JDK-8287007 | hotspot | runtime | [cgroups] Consistently use stringStream throughout parsing code |
| 27 | JDK-8278965 | hotspot | runtime | crash in SymbolTable::do_lookup |
| 28 | JDK-8301749 | hotspot | runtime | Tracking malloc pooled memory size |
July 18, 2023
The full version string for this update release is 8u381-b09 (where "b" means "build"). The version number is 8u381.
JDK 8u381 contains IANA time zone data 2023c which contains the following changes since the previous update.
For more information, refer to Timezone Data Versions in the JRE Software.
The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 8u381 are specified in the following table:
| JRE Family Version | JRE Security Baseline (Full Version String) |
|---|---|
| 8 | 8u381-b09 |
Oracle recommends that the JDK is updated with each Critical Patch Update. In order to determine if a release is the latest, the Security Baseline page can be used to determine which is the latest version for each release family.
Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. It is not recommended that this JDK (version 8u381) be used after the next critical patch update scheduled for October 17, 2023.
Java SE Subscription customers managing JRE updates/installs for large number of desktops should consider using Java Advanced Management Console (AMC).
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u381) on 2023-11-17. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see 23.1.2 JRE Expiration Date in the Java Platform, Standard Edition Deployment Guide.
The China National Standard body (CESI) has recently published GB18030-2022. This is an updated version of the GB18030 standard and brings GB18030 in sync with Unicode version 11.0. The purpose of this enhancement is to incorporate 35 code points (U+9FCD - U+9FEF) from Unicode 11.0 into Java SE 8 to allow implementations to comply with their Implementation Level 1 requirements.
The China National Standard body (CESI) has recently published GB18030-2022, which is an updated version of the GB18030 standard and brings GB18030 in sync with Unicode version 11.0. The Charset implementation for this new standard has now replaced the prior 2000 standard. However, this new standard has some incompatible changes from the prior implementation. For those who need to use the old mappings, a new system property, jdk.charset.GB18030, is introduced. By setting its value to 2000, the previous JDK releases' mappings for the GB18030 Charset are used, which are based on the 2000 standard.
The China National Standard body (CESI) has recently published GB18030-2022. This is an updated version of the GB18030 standard and brings GB18030 in sync with Unicode version 11.0. The purpose of this enhancement is to incorporate 108 code points from CJK Unified Ideographs Extension E block from Unicode 11.0 into Java SE 8 to allow implementations to comply with their Implementation Level 2 requirements.
RSA private and public keys in PKCS#1 format can now be accepted by JDK providers, such as the RSA KeyFactory.impl from the SunRsaSign provider. The RSA private or public key object should have the PKCS#1 format and an encoding matching the ASN.1 syntax for a PKCS#1 RSA private key and public key.
Installing into the same, shared jdk-(family) directory is the default behavior for the JDK starting with the July 2023 CPU. It could lead to FilesInUse issues if JDK files are locked by the "System User". We recommend shutting down any apps using the JDK as the "System User" before upgrading.
Internal Error (g1CollectedHeap.cpp:5923) after Upgrading to JDK 8u371 or JDK 8u381
(JDK-8311244 (not public))
There is the possibility of an application crash with the following error:
# Internal Error (g1CollectedHeap.cpp:5923), pid=xxxxx, tid=xxxxxx # guarantee(!dcqs.completed_buffers_exist_dirty()) failed: must be
This affects JDK 8u371 and JDK 8u381 runtimes using G1 GC on all supported platforms.
The failure is now corrected in the JDK 8u381 b32 Bundle Patch Release available via My Oracle Support.
Upgrading from an 8u361 (or earlier) 32-bit JRE to an 8u371 (or later) 32-bit JRE when an 8u371 (or later) 64-bit JRE is already installed will cause the java.exe command to not be found. For example:
java.exe will now not work from all places. It will only work directly from the bin directory.
java.exe will not work unless you specify the full path to the bin directory of your JRE.
There are 2 workarounds:
java.exe in the \bin directory of the JRE, for example: C:\Program Files\Java\jre-1.8\bin\java.exe
JDK 8u381 includes several enhancements and fixes to improve the cgroup v1 and v2 support for containers. The improvements include accurately detecting the resource limits of containers, correctly reporting the collected container metrics, printing additional container information, and improving application stability in containerized environments.
Some of the notable stability enhancements are:
JDK-8292083: Java applications may experience out-of-memory errors and run the risk of being killed by the OOM killer when running in a containerized environment where the container is configured with a higher memory limit than the available physical memory on the host system. JDK 8u381 addresses this stability issue. In the previous release, this situation can be avoided by using either -XX:-UseContainerSupport, or -XX:MaxRAM=<physical memory>, or by setting a memory limit for your container that is lower than the physical memory.
JDK-8286030: This release addresses an issue where Java applications may encounter a fatal error when the same /tmp directory is shared across multiple containers. In earlier releases, this crash can be avoided by mounting /tmp to different locations for different containers. Alternatively, the '-XX:-UsePerfData' JVM option can be used to prevent JVMs running within different containers from writing performance data to the shared /tmp folder and thus avoid this issue.
Added an "Obsoletes" tag to JDK 8 RPM packages to allow automatic upgrades from older JDK 8 RPM packages.
jdk-1.8 package obsoletes jdk1.8 package.jre-1.8 package obsoletes jre1.8 package.jdk-1.8-headful package obsoletes jdk1.8 package.jre-1.8-headful package obsoletes jre1.8 package.No "Obsoletes" tag was added to the jdk-1.8-headless package to prevent upgrading from the full to headless JDK.
The changes allow automatic upgrades for JDK 8 RPM packages starting from the 8u151 update when jdk1.8 and jre1.8 package names were first introduced. Older JDK 8 updates will not be eligible for automatic upgrades to 8u381 and newer updates.
Due to the limitations of "Obsoletes" tag downgrades from 8u381 to older versions are not supported.
/usr/java/default Symlink on Linux Restored
(JDK-8306690)
A regression where the /usr/java/default symlink is not created by RPM installers on Linux platforms has been fixed. Installers will create the /usr/java/default symlink if it doesn't exist, targeting the /usr/java/latest symlink.
The JDK RPM installer will remove incorrectly constructed entries of "java" and "javac" groups registered by older Oracle JDK RPM installers from the alternatives before registering new "java" and "javac" entries.
An incorrectly constructed entry of the "java" group contains commands that are supposed to belong to the "javac" group.
An incorrectly constructed entry of the "javac" group contains commands that are supposed to belong to the "java" group.
All incorrectly constructed entries belonging to Oracle JDK RPM packages will be removed from the alternatives to avoid corruption of the alternatives internal data.
The removal has a potential side effect for users who have installed multiple JDK versions that are not updated to the latest release. Commands from a removed "java" or "javac" group are now unavailable for system Java switch, which potentially changes the current system Java without a warning. For example, if there is an out-of-date JDK RPM from an 11+ release, say 11.0.17, with an incorrectly constructed single "java" group installed and 8u381 RPM with this patch is installed, it will remove an entry from the "java" group belonging to the 11.0.17 RPM and thus will switch the current system Java from 11.0.17 to 8u381. The side effect will only happen when you install a lower JDK family with the fix, such as 8u381, and there is an out-of-date JDK from a higher family, such as 11.0.17, installed on the system. In that case, 8u381 will replace the older 11.0.17 as the latest. The remedy for the user is to install the latest JDK 11.
The following root certificate has been added to the cacerts truststore:
+ TWCA
+ twcaglobalrootca
DN: CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW
The following root certificates have been added to the cacerts truststore:
+ Google Trust Services LLC
+ gtsrootcar1
DN: CN=GTS Root R1, O=Google Trust Services LLC, C=US
+ Google Trust Services LLC
+ gtsrootcar2
DN: CN=GTS Root R2, O=Google Trust Services LLC, C=US
+ Google Trust Services LLC
+ gtsrootecccar3
DN: CN=GTS Root R3, O=Google Trust Services LLC, C=US
+ Google Trust Services LLC
+ gtsrootecccar4
DN: CN=GTS Root R4, O=Google Trust Services LLC, C=US
The following root certificates have been added to the cacerts truststore:
+ Microsoft Corporation
+ microsoftecc2017
DN: CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US
+ Microsoft Corporation
+ microsoftrsa2017
DN: CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US
java.specification.maintenance.version Set to 5
(JDK-8303028)
This JDK implements Maintenance Release 5 of the Java SE 8 specification (JSR 337). This is indicated by the system property java.specification.maintenance.version having the value of "5".
Starting with the July 2023 CPU, on operating systems where ASLR (Address Space Layout Randomization) is enabled, the CDS archive will be placed at a random address picked by the operating system.
This change may have a minor performance impact: (a) Start-up time may increase because the JVM needs to patch pointers inside the CDS archive; (b) Memory usage may increase because the memory used by the CDS archive is no longer shareable across processes. We expect the impact to be small because such increases should be only a small fraction of the overall application usage.
In the unlikely event that you must disable ASLR for CDS, you can use the JVM flags -XX:+UnlockDiagnosticVMOptions -XX:ArchiveRelocationMode=0. The usage of such flags is not recommended.