Hi Paul,
This is the delta incorporating your comment:
http://cr.openjdk.java.net/~mchung/valhalla/webrevs/hidden-classes/webrev.03-delta-psandoz/
This patch also took Alex's comment to make it clear that the hidden
class is the lookup class of the returned Lookup object and drops the
sentence you commented on:
On 3/27/20 1:18 PM, Mandy Chung wrote:
MethodHandles.java
—
1786 * (Given the {@code Lookup} object returned this
method, its lookup class
1787 * is a {@code Class} object for which {@link
Class#getName()} returns a string
1788 * that is not a binary name.)
“
(The {@code Lookup} object returned from this method has a lookup
class that is
a {@code Class} object whose {@link Class#getName()} returns a string
that is not a binary name.)
“
Mandy