RFR: 8258058: improve description of OutOfMemoryError relevant flags
Xin Liu
xliu at openjdk.java.net
Wed Dec 16 05:54:57 UTC 2020
On Wed, 16 Dec 2020 01:39:46 GMT, Jie Fu <jiefu 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.
yes, thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/1792
More information about the hotspot-dev
mailing list