On Tue, 4 May 2021 23:50:16 GMT, David Holmes <dhol...@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