jdk/src/share/classes/java/dyn/InvokeDynamicBootstrapError.java
changeset 7051 1c545d70a157
parent 5725 16c1792b2ee6
child 7055 bf14f05b3dcd
--- a/jdk/src/share/classes/java/dyn/InvokeDynamicBootstrapError.java	Sun Aug 29 22:41:28 2010 -0700
+++ b/jdk/src/share/classes/java/dyn/InvokeDynamicBootstrapError.java	Wed Sep 08 18:40:11 2010 -0700
@@ -28,15 +28,11 @@
 /**
  * Thrown to indicate that an {@code invokedynamic} instruction has
  * failed to find its
- * {@linkplain Linkage#registerBootstrapMethod(Class, MethodHandle) bootstrap method},
+ * {@linkplain BootstrapMethod bootstrap method},
  * or the bootstrap method has
  * failed to provide a
  * {@linkplain CallSite} call site with a non-null {@linkplain MethodHandle target}
  * of the correct {@linkplain MethodType method type}.
- * <p>
- * The bootstrap method must have been declared during a class's initialization
- * by a call to one of the overloadings of
- * {@link Linkage#registerBootstrapMethod registerBootstrapMethod}.
  *
  * @author John Rose, JSR 292 EG
  */