RELEASE NOTES: JDK 11.0.32

Notes generated: Fri Apr 03 05:31:43 CEST 2026

JEPs

None.

RELEASE NOTES

security-libs/java.security

Issue Description
JDK-8292177

New JFR Event: jdk.InitialSecurityProperty


A new Java Flight Recorder (JFR) event has been added to record details of initial security properties when loaded via the java.security.Security class.

The new event name is jdk.InitialSecurityProperty and contains the following fields:

| Field name | Field Description | | ------------------------ | --------------------------- | |key | Security Property Key | |value | Corresponding Security Property Value |

This new JFR event is enabled by default. The java.security.debug=properties system property will also now print initial security properties to the standard error stream. With this new event and the already available jdk.SecurityPropertyModification event (when enabled since it is not enabled by default), a JFR recording can now monitor the initial settings of all security properties and any subsequent changes.


FIXED ISSUES

client-libs

Priority Bug Summary
P3 JDK-8275843 Random crashes while the UI code is executed

client-libs/2d

Priority Bug Summary
P4 JDK-8369032 Add test to ensure serialized ICC_Profile stores only necessary optional data

core-svc/java.lang.management

Priority Bug Summary
P4 JDK-8351359 OperatingSystemMXBean: values from getCpuLoad and getProcessCpuLoad are stale after 24.8 days (Windows)

hotspot/runtime

Priority Bug Summary
P4 JDK-8298730 Refactor subsystem_file_line_contents and add docs and tests

hotspot/test

Priority Bug Summary
P4 JDK-8242314 use reproducible random in vmTestbase shared code

infrastructure/build

Priority Bug Summary
P4 JDK-8378218 MSYS2 reports cygwin triplet causing bash configure failure

infrastructure/release_eng

Priority Bug Summary
P4 JDK-8379685 Bump update version of OpenJDK: 11.0.32

security-libs/java.security

Priority Bug Summary
P4 JDK-8292177 InitialSecurityProperty JFR event

security-libs/javax.net.ssl

Priority Bug Summary
P3 JDK-8371559 Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java

security-libs/javax.smartcardio

Priority Bug Summary
P3 JDK-8252412 [macos11] system dynamic libraries removed from filesystem

security-libs/org.ietf.jgss:krb5

Priority Bug Summary
P4 JDK-8343622 AesDkCrypto.stringToKey should not return null