[jdk11u-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 16:33:34 UTC 2023


On Wed, 29 Nov 2023 20:12:10 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. The test was updated to replace a use of text blocks for Java 11 compatibility.
> 
> 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/jdk11u-dev/pull/2312#pullrequestreview-1757891375


More information about the jdk-updates-dev mailing list