RFR: 8265047: Inconsistent warning message in jcmd VM.log [v2]

Koichi Sakata ksakata at openjdk.java.net
Thu May 6 06:56:00 UTC 2021


On Tue, 4 May 2021 23:50:16 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Koichi Sakata has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Change variable name to better one
>
> src/hotspot/share/logging/logConfiguration.cpp line 430:
> 
>> 428:   ConfigurationLock cl;
>> 429:   size_t idx;
>> 430:   bool is_added = false;
> 
> Nit: `was_added` (or even just `added`)

Thank you, David. I changed `is_added` to `added`.

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

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


More information about the hotspot-runtime-dev mailing list