Integrated: 8309499: javac fails to report compiler.err.no.java.lang with annotation processing enabled

Liam Miller-Cushon cushon at openjdk.org
Fri Jun 16 16:46:12 UTC 2023


On Wed, 7 Jun 2023 21:03:20 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> Hi,
> 
> Please consider this fix for an error handling bug in javac, which causes a deferred diagnostic to be lost when an `Abort` is thrown with annotation processing enabled. See https://bugs.openjdk.org/browse/JDK-8309499 for more details.
> 
> This fix is contributed by my colleague Paula Toth paulatoth at google.com.

This pull request has now been integrated.

Changeset: 53abba3a
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/53abba3a5acee3e4d776fe8a42a307b827fda54d
Stats:     131 lines in 2 files changed: 131 ins; 0 del; 0 mod

8309499: javac fails to report compiler.err.no.java.lang with annotation processing enabled

Co-authored-by: Paula Toth <paulatoth at google.com>
Reviewed-by: vromero

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

PR: https://git.openjdk.org/jdk/pull/14370


More information about the compiler-dev mailing list