On Wed, 11 Mar 2026 16:53:07 GMT, Daniel Fuchs <[email protected]> wrote:

>> src/java.logging/share/classes/java/util/logging/LogManager.java line 742:
>> 
>>> 740:             // implementation as a handler class may be only visible 
>>> to LogManager
>>> 741:             // subclass for the custom log manager case
>>> 742:             processParentHandlers(logger, name, VisitedLoggers.NEVER);
>> 
>> After this change, does the field `VisitedLoggers.NEVER` end up being 
>> unused? Should we remove it?
>
> Yes, it's unused and that's why I removed that field.

Sorry I didn't notice you already removed it in this PR. I was reviewing 
through the webrev and I didn't spot that removal until you mentioned it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30185#discussion_r2919729247

Reply via email to