[jdk17u-dev] RFR: 8320001: javac crashes while adding type annotations to the return type of a constructor

Vicente Romero vromero at openjdk.org
Thu Nov 30 00:42:14 UTC 2023


On Wed, 29 Nov 2023 20:12:11 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> This is a backport of [JDK-8320001: javac crashes while adding type annotations to the return type of a constructor](https://bugs.openjdk.org/browse/JDK-8320001), which fixes a regression introduced by [JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries](https://bugs.openjdk.org/browse/JDK-8225377).
> 
> I resolved a trivial merge conflict due to a change on an adjacent line.
> 
> Testing: included test fails without the fix, and passes with it applied

looks good

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

Marked as reviewed by vromero (Reviewer).

PR Review: https://git.openjdk.org/jdk17u-dev/pull/2005#pullrequestreview-1756447685


More information about the jdk-updates-dev mailing list