RFR: 8332850: javac crashes if container for repeatable annotation is not found [v2]

Joe Darcy darcy at openjdk.org
Wed Jul 24 23:35:32 UTC 2024


On Wed, 24 Jul 2024 21:30:11 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> javac is crashing if it can't find the container for repeatable annotations in the classpath, this is due to a `CompletionFailure` exception that is not being caught. The current fix is catching the exception and producing an error message which is what we do for similar cases,
>> 
>> TIA
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
> 
>   adding a test for type annos

Marked as reviewed by darcy (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/20260#pullrequestreview-2197965918


More information about the compiler-dev mailing list