On Tue, 8 Apr 2025 11:00:27 GMT, David Beaumont <d...@openjdk.org> wrote:

> 8353683: j.u.l.Handler classes create deadlock risk via synchronized 
> publish() method.
> 
> 1. Remove synchronization of calls to publish() in Handlers in 
> java.util.logging package.
> 2. Add explanatory comments to various affected methods.
> 3. Add a test to ensure deadlocks no longer occur.
> 
> Note that this change does not address issue in MemoryHandler (see 
> JDK-8349208).

Looks good. I'll suggest that @dfuch sponsor this time. :-D

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

Marked as reviewed by smarks (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24504#pullrequestreview-2754755106

Reply via email to