src/share/classes/java/lang/invoke/LambdaMetafactory.java

Print this page

        

@@ -311,11 +311,12 @@
      * Typically used as a <em>bootstrap method</em> for {@code invokedynamic}
      * call sites, to support the <em>lambda expression</em> and <em>method
      * reference expression</em> features of the Java Programming Language.
      *
      * <p>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}.
      *
      * <p>The argument list for this method includes three fixed parameters,
      * corresponding to the parameters automatically stacked by the VM for the