RFR: 8229517: Support for optional asynchronous/buffered logging
Volker Simonis
simonis at openjdk.java.net
Fri Mar 26 10:05:33 UTC 2021
On Thu, 25 Mar 2021 12:21:44 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
>> This patch provides a buffer to store asynchrounous messages and flush them to
>> underlying files periodically.
>
> src/hotspot/share/runtime/globals.hpp line 2036:
>
>> 2034: "Enble asynchronous GC logging") \
>> 2035: \
>> 2036: product(size_t, GCLogBufferSize, 2*K, \
>
> This PR is for UL, not only GC log. So it should be renamed.
Agree, this should be something like "AsyncLoggingBufferSize".
-------------
PR: https://git.openjdk.java.net/jdk/pull/3135
More information about the hotspot-dev
mailing list