JDK-8322340 : Release Note: Add Process-Memory Information to `hs-err` and `VM.info`
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11.0.22-oracle,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2023-12-18
  • Updated: 2024-02-14
  • Resolved: 2024-01-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 16
11.0.22-oracleResolved 16Resolved
Description
On Linux, process memory information has been added to both JVM crash reports (`hs_err` files) and the `VM.info` diagnostic `jcmd`. This information contains the process' virtual size, its resident set size, and how much memory was swapped out. If the JVM uses `glibc`, the size of `glibc` outstanding allocations and retained memory are printed, as well as the (`glibc` tunables)[https://www.gnu.org/software/libc/manual/html_node/Memory-Allocation-Tunables.html].


Comments
Release notes should only be set to Resolved -> Delivered or Resolved -> Withdrawn.
08-01-2024