RFR: 8306591: SA and hotspot generate different hprof records for GC roots [v2]

Yasumasa Suenaga ysuenaga at openjdk.org
Thu Feb 19 02:46:28 UTC 2026


> We can extract heapdump from coredump via `jhsdb jmap --binaryheap`. However GC roots for system classes (`HPROF_GC_ROOT_STICKY_CLASS`) are not available i it even though heapdump from HotSpot contains.
> 
> SA should generate `HPROF_GC_ROOT_STICKY_CLASS` into heapdump.

Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:

  Update conditions in ClhsdbDumpheap.java

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/29781/files
  - new: https://git.openjdk.org/jdk/pull/29781/files/254375a2..1bab6ba2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29781&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29781&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/29781.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29781/head:pull/29781

PR: https://git.openjdk.org/jdk/pull/29781


More information about the serviceability-dev mailing list