Request for review (M): 6914206: change way of permission checking for generated MethodHandle adapters
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Tue Jan 5 10:56:08 PST 2010
Why you not did it?:
// FIXME: Hide this match logic in methodOopDesc or MethodHandleCompiler.
Should you also check for EnableMethodHandles flag in new code?
The next code fix only rbt. What about _rtype == T_ARRAY?
+ if (rbt == T_ARRAY) rbt = T_OBJECT;
Thanks,
Vladimir
Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/6914206/webrev.01/
>
> Actually these changes are from John, I'm just doing the webrev and the
> push.
>
> -- Christian
>
More information about the hotspot-compiler-dev
mailing list