[jdk11u-dev] RFR: 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
Christoph Langer
clanger at openjdk.java.net
Wed Aug 4 14:29:30 UTC 2021
On Wed, 4 Aug 2021 13:18:49 GMT, Sergey Nazarkin <snazarki at openjdk.org> wrote:
> > To do that, create the backport of e.g. JDK-8226871 on top of this branch and then open a PR to branch pr/173 of this repository.
>
> Thanks for information. I've added PRs with changes made independently from code introduced by this PR. Hovewer it is not clear how to add fix for this PR covered by 8229254.
You should be able to do 8229254 as dependend PR to this PR. Just cherry pick the change on a branch based on snazarkin:8226878-backport (or pr/173) and then open the PR against pr/173. That should be exactly what dependend PRs are designed for.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/173
More information about the jdk-updates-dev
mailing list