Integrated: 8334756: javac crashed on call to non-existent generic method with explicit annotated type arg

Vicente Romero vromero at openjdk.org
Wed Dec 11 02:15:42 UTC 2024


On Mon, 9 Dec 2024 22:06:11 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> Please review this simple fix that is avoiding a CCE in javac while compiling a non-existent method annotated with type annotations,
> 
> TIA

This pull request has now been integrated.

Changeset: abcd23f4
Author:    Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/abcd23f4d65698f47fd79a95aed197a12edf2784
Stats:     29 lines in 3 files changed: 28 ins; 0 del; 1 mod

8334756: javac crashed on call to non-existent generic method with explicit annotated type arg

Reviewed-by: abimpoudis

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

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


More information about the compiler-dev mailing list