Relates :
|
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.
|