--- old/src/java.logging/share/classes/java/util/logging/LogManager.java 2017-03-14 20:21:06.849877464 -0700 +++ new/src/java.logging/share/classes/java/util/logging/LogManager.java 2017-03-14 20:21:06.615877462 -0700 @@ -1839,6 +1839,7 @@ * logging configuration file. * * @see #updateConfiguration(java.io.InputStream, java.util.function.Function) + * @since 9 */ public void updateConfiguration(Function> mapper) throws IOException { @@ -2035,6 +2036,7 @@ * @throws IOException if there are problems reading from the stream, * or the given stream is not in the * {@linkplain java.util.Properties properties file} format. + * @since 9 */ public void updateConfiguration(InputStream ins, Function> mapper)