JDK-6978086 : No appropriate CCC request for listed JDK 7 changes in java.dyn package (b99)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-08-18
  • Updated: 2011-02-02
  • Resolved: 2011-02-02
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
7Resolved
Related Reports
Duplicate :  
Description
Some of API changes made in JDK 7 build b99 seem not to have any corresponding CCC request.
JCK team assumes that they should be CCC approved or removed.
The changes in question are shown below:
1. (b99) New methods added: 
 java.dyn.MethodHandles$Lookup.findConstructor(java.lang.Class<?>,java.dyn.MethodType)
 java.dyn.MethodHandles$Lookup.findGetter(java.lang.Class<?>,java.lang.String,java.lang.Class<?>)
 java.dyn.MethodHandles$Lookup.findSetter(java.lang.Class<?>,java.lang.String,java.lang.Class<?>)
 java.dyn.MethodHandles$Lookup.findStaticGetter(java.lang.Class<?>,java.lang.String,java.lang.Class<?>)
 java.dyn.MethodHandles$Lookup.findStaticSetter(java.lang.Class<?>,java.lang.String,java.lang.Class<?>)

Comments
EVALUATION A retroactive ccc was filed for the JSR 292 changes under 6829189.
02-02-2011