RFR: 8258058: improve description of OutOfMemoryError relevant flags

Jie Fu jiefu at openjdk.java.net
Wed Dec 16 01:42:56 UTC 2020


On Tue, 15 Dec 2020 23:29:22 GMT, Xin Liu <xliu at openjdk.org> wrote:

> 8258058: improve description of OutOfMemoryError relevant flags

src/hotspot/share/runtime/globals.hpp line 555:

> 553:   product(bool, HeapDumpOnOutOfMemoryError, false, MANAGEABLE,              \
> 554:           "Dump heap to file when java.lang.OutOfMemoryError is thrown "    \
> 555:           "from JVM")    \

It would be better to align `` to the right.

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

PR: https://git.openjdk.java.net/jdk/pull/1792


More information about the hotspot-dev mailing list