Request for reviews (XS): 7010913: JSR 292 ciMethodHandle does not handle MethodHandleCompiler exceptions properly
Christian Thalinger
christian.thalinger at oracle.com
Fri Jan 7 03:17:24 PST 2011
http://cr.openjdk.java.net/~twisti/7010913/webrev.01/
7010913: JSR 292 ciMethodHandle does not handle MethodHandleCompiler exceptions properly
Reviewed-by:
This is a spin-off from 7009600 to fix the fact that
ciMethodHandle::get_adapter does not handle MethodHandleCompiler
exceptions properly. 7009600 should fix the actual conversion
problem.
ciMethodHandles::get_adapter should use CATCH instead of CHECK_NULL
which returns a null-pointer as target method.
More information about the hotspot-compiler-dev
mailing list