RFR: 8268592: JDK-8262891 causes an NPE in Lint.augment
Liam Miller-Cushon
cushon at openjdk.java.net
Wed Jun 30 22:31:45 UTC 2021
On Tue, 15 Jun 2021 22:36:03 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> Avoid descending into lambdas in `Flow.aliveAfter`, since the lambda won't affect the result,
> and to avoid descending into lambda bodies that haven't been attributed yet when `aliveAfter`
> is used while attributing switches.
I fixed the issue with the test, thanks for the review!
-------------
PR: https://git.openjdk.java.net/jdk/pull/4502
More information about the compiler-dev
mailing list