Hi All, Please review my fix related to java doc.
MethodHandles.Lookup.findVirtual() Javadoc fails to consider private methods of an interface.
MethodHandles.Lookup.findVirtual() throws IllegalAccessException if the method MH is being created for is private and declared in an interface.
Bug link- https://bugs.openjdk.java.net/browse/JDK-8138884 <https://bugs.openjdk.java.net/browse/JDK-8138884> Webrev link- http://cr.openjdk.java.net/~srastogi/8138884/webrev.00/ <http://cr.openjdk.java.net/%7Esrastogi/8138884/webrev.00/>
Thanks, Shilpi