-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b46
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085316 | emb-9 | Joe Darcy | P4 | Resolved | Fixed | team |
During the course of adding repeating annotations support in the compiler, it is necessary to refer to the java.lang.annotation.Repeatable type. This type does not exist when boot strapping on JDK 7 and thus must be accessed reflectively.
This situation no longer exists once javac in JDK 9 bootstraps on JDK 8.
This situation no longer exists once javac in JDK 9 bootstraps on JDK 8.
- backported by
-
JDK-8085316 Cleanup reflective access of java.lang.annotation.Repeatable
-
- Resolved
-
- relates to
-
JDK-8006283 Change to Class.cast() in javax.lang.model implementation for repeating annotations
-
- Closed
-