Integrated: 8332850: javac crashes if container for repeatable annotation is not found
Vicente Romero
vromero at openjdk.org
Thu Jul 25 13:45:38 UTC 2024
On Fri, 19 Jul 2024 17:02:32 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
This pull request has now been integrated.
Changeset: 34ee06f5
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/34ee06f51122e8afb875cc3b75f513912272fd9b
Stats: 131 lines in 2 files changed: 130 ins; 0 del; 1 mod
8332850: javac crashes if container for repeatable annotation is not found
Reviewed-by: darcy
-------------
PR: https://git.openjdk.org/jdk/pull/20260
More information about the compiler-dev
mailing list