diff -r ef8a98bc71f8 -r c4d9d1b08e2e src/java.base/share/classes/java/lang/invoke/MethodHandles.java --- 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 @@ *

* This method is caller sensitive, which means that it may return different * values to different callers. - *

- * 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 - * invokedynamic instruction - * executing in the same caller class {@code C}. * @return a lookup object for the caller of this method, with private access */ @CallerSensitive