RFR: 8256450: Add gz option to jmap to write a gzipped heap dump [v2]
Lin Zang
lzang at openjdk.java.net
Tue Nov 17 09:18:20 UTC 2020
> This PR add "gz" option to jmap -dump command to support generate gzipped heap dump.
>
> example:
> jmap -dump:live,gz=1,file=dump.gz <pid>
Lin Zang has updated the pull request incrementally with one additional commit since the last revision:
revise the uintx format issue for output message
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1251/files
- new: https://git.openjdk.java.net/jdk/pull/1251/files/8b877776..84c9913d
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1251&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1251&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/1251.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1251/head:pull/1251
PR: https://git.openjdk.java.net/jdk/pull/1251
More information about the serviceability-dev
mailing list