mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 06:15:16 +00:00
When reading type variable's annotations out of the owner's type annotations, use the type variable's index in owner to exclude annotations belonging to other type variables. Reviewed-by: jfranck, emc