July 21, 2026
The full version string for this update release is 26.0.2+10 (where "+" means "build"). The version number is 26.0.2. This JDK conforms to version 26 of the Java SE Specification (JSR 401 2026-03-17).
JDK 26.0.2 contains IANA time zone data 2026b which contains the following changes:
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 26.0.2 are specified in the following table:
| Java Family Version | Security Baseline (Full Version String) |
|---|---|
| 26 | 26.0.2+10 |
| 25 | 25.0.4+7 |
| 21 | 21.0.12+7 |
| 17 | 17.0.20+7 |
| 11 | 11.0.32+7 |
| 8 | 1.8.0_501-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.
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 26.0.2) 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.
The JDK now encodes ML-KEM and ML-DSA private keys in PKCS #8 format using the DER-encoded ASN.1 CHOICE formats defined in Section 6, "Private Key Format" of RFC 9935 and Section 6, "Private Key Format" of RFC 9881. Two new security properties, jdk.mlkem.pkcs8.encoding and jdk.mldsa.pkcs8.encoding, control the encoding used when generating new keys with a KeyPairGenerator or when translating keys with a KeyFactory. Valid values are seed, expandedKey, and both (case-insensitive). If a system property of the same name is also specified, it supersedes the security property value. All three formats are supported when decoding previously encoded private keys with a KeyFactory.
When these algorithms were introduced in JDK 24, the encoding format was equivalent to the expandedKey value. This release changes the default value to seed. As a result, ML-KEM and ML-DSA private keys generated by this JDK release will not be accepted by older releases by default, although keys generated by older releases are still readable by this release. To enable older JDK releases to accept ML-KEM and ML-DSA private keys generated by this JDK release, set the jdk.mlkem.pkcs8.encoding or jdk.mldsa.pkcs8.encoding property (whichever property is relevant to your use case) to expandedKey, and use KeyFactory.translateKey to convert the key to the older format.
The following root certificates have been added to the cacerts truststore:
+ WISeKey
+ wisekeyglobalrootgbca
DN: CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH
+ WISeKey
+ wisekeyglobalrootgcca
DN: CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH
The DTLS implementation in the SunJSSE security provider has been enhanced to generate HelloVerifyRequest cookies as recommended by RFC 6347. To use this feature, applications must create the SSLEngine with the SSLContext.createSSLEngine(String peerHost, int peerPort) API.
The JFR event jdk.OldObjectSample is disabled when using generational ZGC.
The combination results in unacceptable performance overhead because the implementation relies on weak handles that, in generational ZGC, are processed only in the old generation.
A new system and security property, com.sun.security.crl.maxSize, has been added to limit the maximum length of a CRL that is downloaded through URIs in the CRL Distribution Points certificate extension during path validation. The value of these properties is the size in bytes of the DER-encoded CRL. For protocols that can return multivalue responses, such as LDAP, the size threshold is the sum of all CRLs downloaded from a single search query. CRLs that exceed this length will not be processed during certificate path validation. This size limit does not apply to CRLs that are imported through non-network-based means. A negative value disables this size limitation. A non-numeric value will be ignored, and the default size will be used instead. The default size limit is 20 MiB. For cases where both the security and system properties are set, the system property takes precedence. Enabling certificate path logging by setting java.security.debug=certpath will output the current size limit and note any discarded CRLs.
This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.
➜ Issues fixed in 26.0.2:| # | JBS | Component/Subcomponent | Summary |
|---|---|---|---|
| 1 | JDK-8369561 | client-libs/2d | sun/java2d/OpenGL/DrawBitmaskImage.java#id0: Incorrect color for first pixel (actual=ff000000) |
| 2 | JDK-8378201 | client-libs/2d | [OGL] glXMakeContextCurrent() drops the buffers of the unbound drawable |
| 3 | JDK-8378417 | client-libs/2d | Printing All pages results in NPE for 1.1 PrintJob |
| 4 | JDK-8375057 | client-libs/2d | Update HarfBuzz to 12.3.2 |
| 5 | JDK-8297191 | client-libs/2d | [macos] Printing a page range with starting page > 1 results in missing pages |
| 6 | JDK-8376233 | client-libs/java.awt | Clean up code in Desktop native peer |
| 7 | JDK-8378727 | client-libs/java.awt | [macOS] Missing dispatch_release for semaphores in CDesktopPeer |
| 8 | JDK-8379256 | client-libs/java.awt | Update GIFlib to 6.1.1 |
| 9 | JDK-8380959 | client-libs/java.awt | Update Libpng to 1.6.56 |
| 10 | JDK-8380078 | client-libs/java.awt | Update GIFlib to 6.1.2 |
| 11 | JDK-8382047 | client-libs/java.awt | Update Libpng to 1.6.57 |
| 12 | JDK-8377526 | client-libs/java.awt | Update Libpng to 1.6.55 |
| 13 | JDK-8286258 | client-libs/javax.accessibility | [Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value wrong and sometime partially |
| 14 | JDK-8374727 | client-libs/javax.sound | Audio configuration Platform class - use nio for getting endianness of the underlying platform |
| 15 | JDK-8379952 | client-libs/javax.swing | Revert JDK-8365711: Restore protected visibility of menuBarHeight and hotTrackingOn |
| 16 | JDK-8374506 | client-libs/javax.swing | Incorrect positioning of arrow icon in parent JMenu in Windows L&F |
| 17 | JDK-8359433 | client-libs/javax.swing | The final modifier on Windows L&F internal UI classes prevents extending them in apps |
| 18 | JDK-8377727 | client-libs/javax.swing | Ghost caret and focus appear in non‑editable text fields |
| 19 | JDK-8383867 | core-libs/java.io | File.getCanonicalPath drops backslash from UNC path with directory junctions |
| 20 | JDK-8379967 | core-libs/java.lang | (process) Improve ProcessBuilder error reporting |
| 21 | JDK-8385665 | core-libs/java.lang | Address possible oversized errors in Math.pow |
| 22 | JDK-8373704 | core-libs/java.net | Improve "SocketException: Protocol family unavailable" message |
| 23 | JDK-8369950 | core-libs/java.net | TLS connection to IPv6 address fails with BCJSSE due to IllegalArgumentException |
| 24 | JDK-8376031 | core-libs/java.net | HttpsURLConnection.getServerCertificates() throws "java.lang.IllegalStateException: connection not yet open" for the HEAD method |
| 25 | JDK-8375294 | core-libs/java.nio | (fs) Files.copy can fail with EOPNOTSUPP when copy_file_range not supported |
| 26 | JDK-8378631 | core-libs/java.util.jar | Update Zlib Data Compression Library to Version 1.3.2 |
| 27 | JDK-8381670 | core-libs/java.util.jar | Revert the changes to GZIPInputStream related to InputStream.available() usage |
| 28 | JDK-8382020 | core-libs/java.util:i18n | Time Zone Abbreviation Not Localized for Non-English Locales |
| 29 | JDK-8377944 | core-svc/java.lang.management | LowMemoryTest2.java#id1 intermittent fails OOME: Metaspace |
| 30 | JDK-8373021 | hotspot/compiler | aarch64: MacroAssembler::arrays_equals reads out of bounds |
| 31 | JDK-8374903 | hotspot/compiler | C2 VectorAPI: assert(vbox->as_Phi()->region() == vect->as_Phi()->region()) failed |
| 32 | JDK-8375010 | hotspot/compiler | C2 VectorAPI: assert(vbox->is_CheckCastPP()) failed: should be expanded |
| 33 | JDK-8366138 | hotspot/compiler | Parse::jump_switch_ranges() could cause stack overflow when compiling huge switch statement |
| 34 | JDK-8378713 | hotspot/compiler | C2: performance regression due to missing constant folding for Math.pow() |
| 35 | JDK-8381596 | hotspot/compiler | Adjust checks which use supports_ht() on x86 for hybrid CPUs |
| 36 | JDK-8370502 | hotspot/compiler | C2: segfault while adding node to IGVN worklist |
| 37 | JDK-8374744 | hotspot/compiler | Enable dumping of APX EGPRs (R16–R31) in JVM fatal error logs |
| 38 | JDK-8376104 | hotspot/compiler | C2 crashes in PhiNode::Ideal(PhaseGVN*, bool) accessing NULL pointer |
| 39 | JDK-8375598 | hotspot/compiler | VM crashes with "assert((labs(val) & 0xFFFFFFFF00000000) == 0 || dest == (address)-1) failed: must be 32bit offset or -1" when using too high value for NonNMethodCodeHeapSize |
| 40 | JDK-8368977 | hotspot/compiler | Provide clear naming for AVX10 identifiers |
| 41 | JDK-8377949 | hotspot/jfr | TestZRelocationSetEvent.java intermittent fails OOME |
| 42 | JDK-8380011 | hotspot/jfr | Path-to-gcroots search should not trigger stack overflows |
| 43 | JDK-8376889 | hotspot/jfr | Enhance JfrRecorder::on_create_vm_3() assert output |
| 44 | JDK-8382242 | hotspot/jfr | JFR: Metadata reconstruction invalidates ConstantMap for java.lang.String |
| 45 | JDK-8376956 | hotspot/jvmti | Add JVMTI phase entering/setting to hserr event log |
| 46 | JDK-8376185 | hotspot/jvmti | NoSuchFieldError thrown after a record with type annotation retransformed |
| 47 | JDK-8375311 | hotspot/runtime | Some builds are missing debug helpers |
| 48 | JDK-8380474 | hotspot/runtime | Crash SEGV in ThreadIdTable::lazy_initialize after JDK-8323792 |
| 49 | JDK-8376402 | hotspot/runtime | Dependencies::print_statistics() and AbstractClassHierarchyWalker::print_statistics() are not called from PRODUCT code |
| 50 | JDK-8377932 | hotspot/runtime | AOT cache is not rejected when JAR file has changed |
| 51 | JDK-8374343 | hotspot/runtime | Fix SIGSEGV when lib/modules is unreadable |
| 52 | JDK-8374998 | hotspot/runtime | Failing os::write - remove bad file |
| 53 | JDK-8377512 | hotspot/runtime | AOT cache creation fails with invalid native pointer |
| 54 | JDK-8380409 | hotspot/runtime | JVM crashes when -XX:AOTMode=create uses app.aotconf generated with JVMTI agent |
| 55 | JDK-8377777 | hotspot/runtime | Improve logging when rejecting assets from the AOT archive |
| 56 | JDK-8323792 | hotspot/svc | ThreadSnapshot::initialize can cause assert in Thread::check_for_dangling_thread_pointer (possibility of dangling Thread pointer) |
| 57 | JDK-8378764 | hotspot/svc | fileStream::fileSize() fails for >2GB files on Windows |
| 58 | JDK-8379516 | hotspot/svc | Adjust JVM debug helper exports |
| 59 | JDK-8376485 | release-team | Update the release version and date for OpenJDK 26u |
| 60 | JDK-8373690 | security-libs/java.security | Unexpected Keystore message using jdk.crypto.disabledAlgorithms |
| 61 | JDK-8381937 | security-libs/java.security | Make exceptions in Java_sun_security_mscapi_CKeyPairGenerator generateCKeyPair more specific |
| 62 | JDK-8373928 | tools/launcher | 4 Dangling pointer defect groups in java.c |