hg: jdk9/dev/jdk: 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section

daniel.fuchs at oracle.com daniel.fuchs at oracle.com
Fri Dec 5 11:27:43 UTC 2014


Changeset: 83f20d8bc13a
Author:    dfuchs
Date:      2014-12-05 12:20 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/83f20d8bc13a

8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
Summary: The call to JavaAWTAccess is moved outside of the critical section
Reviewed-by: mchung

! src/java.logging/share/classes/java/util/logging/LogManager.java
+ test/java/util/logging/LogManagerAppContextDeadlock.java



More information about the jdk9-dev-changes mailing list