--- old/jdk/src/java.base/share/classes/java/lang/RuntimePermission.java 2015-10-09 21:41:49.000000000 +0200 +++ new/jdk/src/java.base/share/classes/java/lang/RuntimePermission.java 2015-10-09 21:41:49.000000000 +0200 @@ -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 JDK classes. + * See {@link java.lang.System.LoggerFinder java.lang.System.LoggerFinder} + * for more information. + * * * * @implNote