review request (M): 7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called (original) (raw)
Tom Rodriguez tom.rodriguez at oracle.com
Tue May 17 12:59:51 PDT 2011
- Previous message: review request (M): 7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
- Next message: review request (M): 7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks ok.
tom
On May 17, 2011, at 4:45 AM, John Rose wrote:
http://cr.openjdk.java.net/~jrose/7032850/webrev.00/
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called Summary: Implement invocation corner cases, including correct type conversions and interface type enforcement. This is a fix for invoke[Generic], which was failing to process some reference conversions correctly. This includes a related fix for interface conversions; the code was not issuing checkcasts against interfaces for asType adapters. -- John
- Previous message: review request (M): 7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
- Next message: review request (M): 7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list