RFR: 8292159: TYPE_USE annotations on generic type arguments of record components discarded
Srikanth Adayapalam
sadayapalam at openjdk.org
Tue Oct 18 08:00:46 UTC 2022
Handle carryover of type annotations to record components in a place which will be
reached regardless of whether there are any annotations in a SE5 annotation location.
-------------
Commit messages:
- Merge branch 'master' into JDK-8292159
- 8292159: TYPE_USE annotations on generic type arguments of record components discarded
Changes: https://git.openjdk.org/jdk/pull/10741/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10741&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8292159
Stats: 85 lines in 3 files changed: 82 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/10741.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10741/head:pull/10741
PR: https://git.openjdk.org/jdk/pull/10741
More information about the compiler-dev
mailing list