On Wed, 11 Mar 2026 17:10:18 GMT, Daniel Fuchs <[email protected]> wrote:
>> I don't tink so because it passes a non trivial `visited` predicate that >> will store loggers into a map... Hmmm... but maybe we need a reachability >> fence to make sure that predicate is not GC'ed too early. Let me have a look. > > I believe we're fine there. Right, this code path ends up putting hte logger instance in the Map that stays alive for the lifetime of this call. Thank you for confirming. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30185#discussion_r2919801187
