RFR: 8309499: javac fails to report compiler.err.no.java.lang with annotation processing enabled [v2]
Vicente Romero
vromero at openjdk.org
Wed Jun 14 20:27:00 UTC 2023
On Wed, 14 Jun 2023 15:21:57 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.
>
> Liam Miller-Cushon has updated the pull request incrementally with two additional commits since the last revision:
>
> - Move deferred diagnostic reporting to catch clause. Remove unnecessary
> comment.
> - Update a comment as suggested in review
Marked as reviewed by vromero (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14370#pullrequestreview-1480237363
More information about the compiler-dev
mailing list