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

Liam Miller-Cushon cushon at openjdk.org
Mon Dec 18 23:09:53 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

This pull request has now been integrated.

Changeset: c44bd2bd
Author:    Liam Miller-Cushon <cushon at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/c44bd2bd09e43b719b87eb1f8e153560c5901a6b
Stats:     143 lines in 2 files changed: 142 ins; 0 del; 1 mod

8320001: javac crashes while adding type annotations to the return type of a constructor

Reviewed-by: vromero
Backport-of: 5e24aaf4f7f11862ec8ac9d5c3e65d614104fb2c

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

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


More information about the jdk-updates-dev mailing list