April 2018
Intermediate to advanced
910 pages
33h 21m
English
Changes regarding lookup functions, for the Java 9 platform, include the following:
The MethodHandles.Lookup.findSpecial(Class<?> refs, String name, MethodType type, Class<?> specialCaller) class has been modified to permit locating super-callable methods on interfaces.
In addition, the following methods have been added to the MethodHandles.Lookup class: