Request for review (M): 6980096: JSR 292 reflective lookup should throw checked exceptions
John Rose
john.r.rose at oracle.com
Tue Sep 7 14:27:40 PDT 2010
On Sep 7, 2010, at 2:43 AM, Christian Thalinger wrote:
> On Sun, 2010-09-05 at 00:01 -0700, John Rose wrote:
>> This one changes method handle lookups to throw checked exceptions:
>>
>> http://cr.openjdk.java.net/~jrose/6980096/webrev.00/
>
> src/share/classes/java/dyn/MethodHandles.java:
>
> 167 * The class implies a maximum level of access permission,
> 168 * but the permissions may be additionally limited by the bitmask
> 169 * {@ #lookupModes}, which controls whether
> 170 */
>
> It seems there is some text missing.
Thanks for catching that.
* {@link #lookupModes}, which controls whether non-public members
* can be accessed.
-- John
More information about the hotspot-compiler-dev
mailing list