java

Enterprise Performance Pack Release Notes

Java™ SE Development Kit 8, Update 501 Enterprise Performance Pack (JDK 8u501-PERF)

Release date: July 21, 2026

The full version string for this update release is 1.8.0_501-perf-b8 (where "b" means "build"). The version number is 1.8.0_501-perf.

 

IANA TZ Data 2026b

JDK 8u501 contains IANA time zone data 2026b which contains the following changes since the previous update.

  • British Columbia last daylight saving time change was 2026-03-08 spring forward.

For more information, refer to Timezone Data Versions in the JRE Software.

 

Security Baselines

The security baselines for the Java Runtime at the time of the release of JDK 8u491 are specified in the following table:

Java Family Version Security Baseline (Full Version String)
81.8.0_501-perf-b8

 

Keeping the JDK up to Date

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 8u501) be used after the next Critical Security Patch Update scheduled for August 18, 2026. Oracle is transitioning to more frequent security updates, see the recently published blog for more information.

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 8u501) on 2026-11-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.

 

Changes in Java SE 8u501-Perf

Bug Fixes

JDK 8u501 Enterprise Performance Pack includes the following fixes from JDK 17:
# BugId Component Summary
1JDK-8282044hotspot/compiler[JVMCI] Export _sha3_implCompress, _md5_implCompress and aarch64::_has_negatives stubs to JVMCI compiler.
2JDK-8281146hotspot/compilerReplace StringCoding.hasNegatives with countPositives
3JDK-8318509hotspot/compilerx86 count_positives intrinsic broken for -XX:AVX3Threshold=0
4JDK-8324345hotspot/compilerStack overflow during C2 compilation when splitting memory phi
5JDK-8373894hotspot/gcG1: Count evacuation-failed garbage collections in gc cpu usage
6JDK-8341427hotspot/jfrJFR: Adjust object sampler span handling
7JDK-8364190hotspot/jfrJFR: RemoteRecordingStream withers don't work
8JDK-8382242hotspot/jfrJFR: Metadata reconstruction invalidates ConstantMap for java.lang.String
9JDK-8368670hotspot/jfrDeadlock in JFR on event register + class load
10JDK-8368551hotspot/runtimeCore dump warning may be confusing
11JDK-8365526hotspot/runtimeCrash with null Symbol passed to SystemDictionary::resolve_or_null
12JDK-8338883hotspot/runtimeShow warning when CreateCoredumpOnCrash set, but core dump will not happen