--- old/jdk/src/java.base/share/classes/java/lang/RuntimePermission.java 2015-11-20 17:44:00.000000000 +0100 +++ new/jdk/src/java.base/share/classes/java/lang/RuntimePermission.java 2015-11-20 17:44:00.000000000 +0100 @@ -348,6 +348,19 @@ * {@code java.util.spi.LocaleServiceProvider} for more * information. * + * + * + * loggerFinder + * This {@code RuntimePermission} is required to be granted to + * classes which subclass or call methods on + * {@code java.lang.System.LoggerFinder}. The permission is + * checked during invocation of the abstract base class constructor, as + * well as on the invocation of its public methods. + * This permission ensures trust in classes which provide loggers + * to system classes. + * See {@link java.lang.System.LoggerFinder java.lang.System.LoggerFinder} + * for more information. + * * * * @implNote