Yes - I'd seen it and intended to fix it and then I forgot.

Sorry for that. I will clean that up when I get the chance.


-- daniel

On 9/5/13 6:46 PM, Andrew Hughes wrote:
----- Original Message -----
Am 04.09.2013, 16:54 Uhr, schrieb <daniel.fu...@oracle.com>:
URL:       http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b3d6953b9829
8019853: Break logging and AWT circular dependency

This looks pretty strange:

http://hg.openjdk.java.net/jdk8/tl/jdk/file/b3d6953b9829/src/share/classes/sun/misc/SharedSecrets.java
173         if (javaAWTAccess == null) {
174             return null;
175         }
176         return javaAWTAccess;

Greetings
Bernd


Yes, it should now be just "return javaAWTAccess;" following the removal of the 
second part of the if clause.


Reply via email to