Hello. Please review the fix for jdk 9. Additional information about the problem in https://bugs.openjdk.java.net/browse/JDK-6879044 "There are many classes using java.util.logging to log messages to enhance the diagnosability. java.util.logging is a good candidate to be separated out as a module. We need to eliminate the dependency of logging from certain core classes for JDK modularization."
In the fix XEmbeddedFrame was changed to use Platformlogger and unused XAWTFormatter was removed. Bug: https://bugs.openjdk.java.net/browse/JDK-8069015 Webrev can be found at: http://cr.openjdk.java.net/~serb/8069015/webrev.00 -- Best regards, Sergey.
