-
CSR
-
Resolution: Approved
-
P4
-
None
-
behavioral
-
minimal
-
Continued use of class file compiled during JDK 5.0 betas that rely on class-valued annotations is expected to be small.
-
Java API, Class file construct
-
Implementation
Summary
Remove vestigial support for pre-JDK 5.0 GA annotation format.
Problem
The encoding of class
-valued annotation members was changed late in JDK 5.0 and core reflection and javac
recognize both the final format and the superseded one.
Solution
Remove the vestigial support from core reflection and javac
.
Specification
No specification change.
- csr of
-
JDK-8265591 Remove vestiges of intermediate JSR 175 annotation format
-
- Resolved
-