RFR: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables [v8]

Rafael Winterhalter winterhalter at openjdk.java.net
Mon Nov 16 11:54:14 UTC 2020


> A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.

Rafael Winterhalter has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:

  8202471: A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.

-------------

Changes: https://git.openjdk.java.net/jdk/pull/851/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=851&range=07
  Stats: 242 lines in 7 files changed: 235 ins; 0 del; 7 mod
  Patch: https://git.openjdk.java.net/jdk/pull/851.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/851/head:pull/851

PR: https://git.openjdk.java.net/jdk/pull/851


More information about the core-libs-dev mailing list