[jdk17u-dev] RFR: 8225377: type annotations are not visible to javac plugins across compilation boundaries

Liam Miller-Cushon cushon at openjdk.org
Wed Nov 8 01:07:00 UTC 2023


Hi,
 
This is a backport of [JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries](https://bugs.openjdk.org/browse/JDK-8225377)

The patch did not apply cleanly, I resolved one merge conflict due to changes to the internal `TypeMetadata` API for JDK-8303820.

The modified test fails without the patch, and passes with it. The patch passes `langtools:tier1` tests.

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

Commit messages:
 - Backport de6667cf11aa59d1bab78ae5fb235ea0b901d5c4

Changes: https://git.openjdk.org/jdk17u-dev/pull/1952/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1952&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8225377
  Stats: 307 lines in 2 files changed: 306 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/1952.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1952/head:pull/1952

PR: https://git.openjdk.org/jdk17u-dev/pull/1952


More information about the jdk-updates-dev mailing list