RELEASE NOTES: JDK openjdk8u512

Notes generated: Tue Jun 23 05:19:04 CEST 2026

JEPs

None.

RELEASE NOTES

hotspot/runtime

Issue Description
JDK-8313083

Print 'rss' and 'cache' As Part of the Container Information


The HotSpot runtime code has been updated to additionally print a container's 'rss' and 'cache'. The additional output can be found in the JVM's response to a "jcmd [PID] VM.info" request and in the hs_err file generated in case of JVM abrupt termination.

This will help monitoring and troubleshooting OutOfMemory situations as OOM killer can terminate a process if its rss + cache usage reaches the max memory limit of the container.


FIXED ISSUES

hotspot/runtime

Priority Bug Summary
P3 JDK-8313083 Print 'rss' and 'cache' as part of the container information
P4 JDK-8298730 Refactor subsystem_file_line_contents and add docs and tests

infrastructure/release_eng

Priority Bug Summary
P4 JDK-8386275 Bump update version of OpenJDK: 8u512

security-libs/javax.net.ssl

Priority Bug Summary
P2 JDK-8239798 SSLSocket closes socket both socket endpoints on a SocketTimeoutException