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

Vicente Romero vromero at openjdk.org
Mon Dec 9 22:11:13 UTC 2024


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

TIA

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

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

Changes: https://git.openjdk.org/jdk/pull/22654/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22654&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8334756
  Stats: 29 lines in 3 files changed: 28 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/22654.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22654/head:pull/22654

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


More information about the compiler-dev mailing list