--- old/src/share/classes/java/lang/invoke/LambdaMetafactory.java 2014-06-02 21:19:25.000000000 +0400 +++ new/src/share/classes/java/lang/invoke/LambdaMetafactory.java 2014-06-02 21:19:25.000000000 +0400 @@ -313,7 +313,8 @@ * reference expression features of the Java Programming Language. * *

This is the general, more flexible metafactory; a streamlined version - * is provided by {@link #altMetafactory(MethodHandles.Lookup, String, MethodType, Object...)}. + * is provided by {@link #metafactory(java.lang.invoke.MethodHandles.Lookup, + * String, MethodType, MethodType, MethodHandle, MethodType)}. * A general description of the behavior of this method is provided * {@link LambdaMetafactory above}. *