RFR: 8268592: JDK-8262891 causes an NPE in Lint.augment [v2]

Liam Miller-Cushon cushon at openjdk.java.net
Wed Jun 30 22:47:11 UTC 2021


On Wed, 30 Jun 2021 22:31:44 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.
>
> Liam Miller-Cushon has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
> 
>  - Remove unused modules from test
>  - 8268592: JDK-8262891 causes an NPE in Lint.augment

I just realized that since this is a candidate for fixing in 17, I think I'm supposed to send the PR there and it will get automatically merged to mainline (instead of merging it here and backporting to 17) per [the RDP1 thread](https://mail.openjdk.java.net/pipermail/jdk-dev/2021-June/005660.html)?

I opened https://github.com/openjdk/jdk17/pull/188

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

PR: https://git.openjdk.java.net/jdk/pull/4502


More information about the compiler-dev mailing list