JDK-7012648 : move JSR 292 to package java.lang.invoke and adjust names
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-15
  • Updated: 2017-05-16
  • Resolved: 2011-04-19
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 b135Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
At the request of the JDK7 Architect, the JSR 292 EG has agreed moving the API from the package java.dyn to the package java.lang.invoke.

As part of this change, the following irregular renames will be done:

java.dyn.ClassValue => java.lang.ClassValue

java.dyn.InvokeDynamicBootstrapError => java.lang.BootstrapMethodError

The package java.dyn will no longer be used.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/8033953d67ff
21-03-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8033953d67ff
12-03-2011