On Thu, 5 Feb 2026 01:31:38 GMT, Vicente Romero <[email protected]> wrote:
> fixing a silly bug, basically javac can crash for code like:
>
>
> abstract class I {
> abstract void m(String! s);
> }
>
> javac was trying to access the method's body but it is `null` for abstract
> methods
>
> TIA
@liach thanks for the review
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/2044#issuecomment-3853590610
