RFR: 8163162: The separation between system loggers and application loggers should take the extension loader in consideration.

Daniel Fuchs daniel.fuchs at oracle.com
Wed Oct 26 13:58:28 UTC 2016


Hi,

Please find below a small patch for

8163162: The separation between system loggers and application
          loggers should take the extension loader in consideration.
https://bugs.openjdk.java.net/browse/JDK-8163162

With the deprivileging of some JDK modules, classes loaded
by the Platform class loader should get the same kind of
loggers than classes loaded by the Boot class loader (null loader).

http://cr.openjdk.java.net/~dfuchs/webrev_8163162/webrev.00/

best regards,

-- daniel


More information about the core-libs-dev mailing list