RFR: 8330066: HeapDumpPath and HeapDumpGzipLevel VM options do not mention HeapDumpBeforeFullGC and HeapDumpAfterFullGC
Yi Yang
yyang at openjdk.org
Tue May 14 01:29:01 UTC 2024
On Tue, 14 May 2024 00:44:44 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> The fix updates descriptions of `HeapDumpPath`/`HeapDumpGzipLevel` and `HeapDumpBeforeFullGC`/`HeapDumpAfterFullGC`/`HeapDumpOnOutOfMemoryError` VM options
src/hotspot/share/runtime/globals.hpp line 559:
> 557: "Dump heap to file when java.lang.OutOfMemoryError is thrown " \
> 558: "from JVM " \
> 559: "(also see HeapDumpPath, HeapDumpGzipLevel)") \
Bad format, otherwise looks good.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19224#discussion_r1599266840
More information about the hotspot-runtime-dev
mailing list