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

Liam Miller-Cushon cushon at openjdk.org
Fri Dec 15 15:08:47 UTC 2023


On Wed, 8 Nov 2023 01:31:36 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> 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 a merge conflict with the imports, and 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.

This pull request has now been integrated.

Changeset: bd5ef736
Author:    Liam Miller-Cushon <cushon at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/bd5ef736d6c776dc5cd5e38cc6bfd16d469fbb66
Stats:     307 lines in 2 files changed: 306 ins; 0 del; 1 mod

8225377: type annotations are not visible to javac plugins across compilation boundaries

Reviewed-by: phh
Backport-of: de6667cf11aa59d1bab78ae5fb235ea0b901d5c4

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2272


More information about the jdk-updates-dev mailing list