-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b01
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200283 | 7 | John Rose | P3 | Closed | Fixed | b112 |
JDK-2205800 | 6u25 | John Rose | P3 | Resolved | Fixed | b01 |
MethodHandle has two signature-polymorphic methods, invokeExact and invokeGeneric. The latter is a superset of the former. The JVM needs to perform argument and return value conversions when invokeGeneric is used, and the caller and callee signatures differ.
- backported by
-
JDK-2205800 MethodHandle.invokeGeneric needs to perform the correct set of conversions
-
- Resolved
-
-
JDK-2200283 MethodHandle.invokeGeneric needs to perform the correct set of conversions
-
- Closed
-
- relates to
-
JDK-6994093 MethodHandle.invokeGeneric needs porting to SPARC
-
- Closed
-