--- old/src/java.base/share/classes/java/lang/invoke/MethodHandles.java 2016-02-10 09:49:54.546815026 +0300 +++ new/src/java.base/share/classes/java/lang/invoke/MethodHandles.java 2016-02-10 09:49:54.238814783 +0300 @@ -856,7 +856,8 @@ * @return the desired method handle * @throws NoSuchMethodException if the method does not exist * @throws IllegalAccessException if access checking fails, - * or if the method is {@code static} + * or if the method is {@code static}, + * or if the method is {@code private} method of interface, * or if the method's variable arity modifier bit * is set and {@code asVarargsCollector} fails * @exception SecurityException if a security manager is present and it