RFR: 8268592: JDK-8262891 causes an NPE in Lint.augment [v2]
Vicente Romero
vromero at openjdk.java.net
Wed Jun 30 23:45:06 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 pull request now contains two commits:
>
> - 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 [openjdk/jdk17#188](https://github.com/openjdk/jdk17/pull/188)
right I didn't realized either, just close this one. I have already reviewed the one for 17, thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/4502
More information about the compiler-dev
mailing list