-
Bug
-
Resolution: Fixed
-
P4
-
24
-
None
Currently AttributeMapper's type parameter declaration is `<A>`, and it should be `<A extends Attribute<A>>`. This way, we can also remove an extra cast in BoundAttribute::readAttributes.
Courtesy to [~dlsmith] for reporting.
Courtesy to [~dlsmith] for reporting.
- csr for
-
JDK-8338774 AttributeMapper type parameter should be bounded by Attribute
- Closed
- links to
-
Commit(master) openjdk/jdk/a461369f
-
Review(master) openjdk/jdk/20668