-
Bug
-
Resolution: Fixed
-
P4
-
10, 11, 12
-
b10
The class-level API documentation of MethodHandles.Lookup has a typo (must be either be ...):
* If the desired member is {@code protected}, the usual JVM rules apply,
* including the requirement that the lookup class must be either be in the
* same package as the desired member, or must inherit that member.
* If the desired member is {@code protected}, the usual JVM rules apply,
* including the requirement that the lookup class must be either be in the
* same package as the desired member, or must inherit that member.