mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 23:18:28 +00:00
The fix saves result type from the first pass through the Attr.visitLambda and returns it after recovery pass to avoid NPE caused by exposure of Type.recoveryType Reviewed-by: mcimadamore