-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b123
-
generic
-
generic
Since language support for JSR 292 is being removed from JDK 7, unit tests for some features must be redesigned to not require direct specification of bytecodes from Java source.
We need unit tests for the invokedynamic instruction, as well as the following constant pool types: CONSTANT_MethodHandle, CONSTANT_MethodType, and CONSTANT_InvokeDynamic.
We need unit tests for the invokedynamic instruction, as well as the following constant pool types: CONSTANT_MethodHandle, CONSTANT_MethodType, and CONSTANT_InvokeDynamic.
- relates to
-
JDK-6979327 method handle invocation should use casts instead of type parameters to specify return type
- Closed