RELEASE NOTES FOR: 11.0.32 ==================================================================================================== Notes generated: Fri Apr 17 05:33:44 CEST 2026 Hint: Prefix bug IDs with https://bugs.openjdk.org/browse/ to reach the relevant JIRA entry. JAVA ENHANCEMENT PROPOSALS (JEP): None. RELEASE NOTES: security-libs/java.security: 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. ALL FIXED ISSUES, BY COMPONENT AND PRIORITY: client-libs: (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: (P4) JDK-8369032: Add test to ensure serialized ICC_Profile stores only necessary optional data client-libs/java.awt: (P3) JDK-8382047: Update Libpng to 1.6.57 core-svc/java.lang.management: (P4) JDK-8351359: OperatingSystemMXBean: values from getCpuLoad and getProcessCpuLoad are stale after 24.8 days (Windows) hotspot/compiler: (P2) JDK-8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type # hotspot/runtime: (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: (P4) JDK-8242314: use reproducible random in vmTestbase shared code infrastructure/build: (P4) JDK-8378218: MSYS2 reports cygwin triplet causing bash configure failure infrastructure/other: (P4) JDK-8380947: Add pull request template infrastructure/release_eng: (P4) JDK-8379685: Bump update version of OpenJDK: 11.0.32 security-libs/java.security: (P4) JDK-8292177: InitialSecurityProperty JFR event security-libs/javax.net.ssl: (P3) JDK-8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java security-libs/javax.smartcardio: (P3) JDK-8252412: [macos11] system dynamic libraries removed from filesystem security-libs/org.ietf.jgss:krb5: (P3) JDK-8345578: New test in JDK-8343622 fails with a promoted build (P4) JDK-8343622: AesDkCrypto.stringToKey should not return null