Integrated: JDK-8260282: Add option to compress heap dumps created by -XX:+HeapDumpOnOutOfMemoryError
Ralf Schmelter
rschmelter at openjdk.java.net
Fri Jan 29 13:56:43 UTC 2021
On Mon, 25 Jan 2021 16:07:24 GMT, Ralf Schmelter <rschmelter at openjdk.org> wrote:
> This change adds the optiont to created a gzipped heap dump by -XX:+HeapDumpOnOutOfMemoryError.
>
> -XX:HeapDumpGzipLevel=<level> sets the compression level. 0 (the default) means no gzipping of the dump. Otherwise the level has to be between 1 and 10.
This pull request has now been integrated.
Changeset: d2b0ea1d
Author: Ralf Schmelter <rschmelter at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/d2b0ea1d
Stats: 92 lines in 3 files changed: 89 ins; 0 del; 3 mod
8260282: Add option to compress heap dumps created by -XX:+HeapDumpOnOutOfMemoryError
Reviewed-by: cjplummer, stuefe
-------------
PR: https://git.openjdk.java.net/jdk/pull/2222
More information about the hotspot-runtime-dev
mailing list