RFR: 8319522: Consolidate heap dump writer and other utilities

Yi Yang yyang at openjdk.org
Mon Nov 6 11:11:55 UTC 2023


Move heap dump writer to heapdumpcompression.hpp and rename it to heapdumpwriter.hpp so that all heapdump utilities appears in the same file. A further refactor is remove AbstractDumpWriter and use DumpWriter directly.

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

Commit messages:
 - 8319522: Consolidate heap dump writer and other utilities

Changes: https://git.openjdk.org/jdk/pull/16520/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16520&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8319522
  Stats: 1691 lines in 6 files changed: 848 ins; 842 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/16520.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16520/head:pull/16520

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


More information about the hotspot-runtime-dev mailing list