src/java.base/share/classes/java/lang/invoke/MethodHandles.java
changeset 48826 c4d9d1b08e2e
parent 48544 050352ed64d5
child 49432 f76e1ac74f28
--- a/src/java.base/share/classes/java/lang/invoke/MethodHandles.java	Wed Jan 31 10:55:49 2018 -0800
+++ b/src/java.base/share/classes/java/lang/invoke/MethodHandles.java	Fri Sep 08 10:46:46 2017 -0700
@@ -98,12 +98,6 @@
      * <p>
      * This method is caller sensitive, which means that it may return different
      * values to different callers.
-     * <p>
-     * For any given caller class {@code C}, the lookup object returned by this call
-     * has equivalent capabilities to any lookup object
-     * supplied by the JVM to the bootstrap method of an
-     * <a href="package-summary.html#indyinsn">invokedynamic instruction</a>
-     * executing in the same caller class {@code C}.
      * @return a lookup object for the caller of this method, with private access
      */
     @CallerSensitive