RELEASE NOTES: JDK 11.0.32

Notes generated: Tue Apr 14 05:32:09 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
P4 JDK-8324243 Compilation failures in java.desktop module with gcc 14
P4 JDK-8355077 Compiler error at splashscreen_gif.c due to unterminated string initialization

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/compiler

Priority Bug Summary
P2 JDK-8287491 compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #

hotspot/runtime

Priority Bug Summary
P4 JDK-8293691 converting a defined BasicType value to a string should not crash the VM
P4 JDK-8286562 GCC 12 reports some compiler warnings
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
P3 JDK-8345578 New test in JDK-8343622 fails with a promoted build
P4 JDK-8343622 AesDkCrypto.stringToKey should not return null