mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-14 22:42:19 +00:00
Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed. Reviewed-by: mcimadamore, vromero