On Sat, 30 May 2026 05:38:12 GMT, Vicente Romero <[email protected]> wrote:
> When generating proxy locals to hold the arguments of a super invocation, > javac was taking the type from the actual argument. This was incorrect and > the test case shown in the bug entry proved it. The type is now being taken > from the declared argument type, > > TIA > > > > > --------- > - [X] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: afbab0d6 Author: Vicente Romero <[email protected]> URL: https://git.openjdk.org/valhalla/commit/afbab0d60734e140470043108d590a1dc4b88b15 Stats: 51 lines in 2 files changed: 45 ins; 0 del; 6 mod 8385645: [lworld] Javac is crashing while compiling constructor with early assigments Reviewed-by: mcimadamore ------------- PR: https://git.openjdk.org/valhalla/pull/2492
