-
CSR
-
Resolution: Approved
-
P4
-
None
-
source, binary
-
minimal
-
Transition from preview feature represent minimal compatibility risk.
-
Java API
-
SE
Summary
Class-File API is leaving preview.
Problem
- All
@PreviewFeature
annotations must be removed from Class-File API. - All
@since
tags of Class-File API classes and packages must be updated to the actual version. jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API
must be removed.
Solution
- Remove all
@PreviewFeature
annotations from Class-File API - Update all
@since
tags in Class-File API. - Remove
jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API
.
Specification
Patch is too big to inline, so attached as pr19826.patch
.
- csr of
-
JDK-8334714 Implement JEP 484: Class-File API
-
- Resolved
-
- relates to
-
JDK-8342465 Improve API documentation for java.lang.classfile
-
- Resolved
-
-
JDK-8334712 JEP 484: Class-File API
-
- Closed
-