JDK-7001423 : JSR 292 bytecode enhancements need unit tests
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-11-19
  • Updated: 2010-12-25
  • Resolved: 2010-12-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b123Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/a451f7948ec5
25-12-2010

EVALUATION see description
22-12-2010