> 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: remove unnecessory arguments in verifyDump() ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/1251/files - new: https://git.openjdk.java.net/jdk/pull/1251/files/f0bd8d81..e014a52f Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1251&range=04 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1251&range=03-04 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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