[jdk11u-dev] RFR: 8273826: Correct Manifest file name and NPE checks
Martin Doerr
mdoerr at openjdk.java.net
Mon Oct 11 10:04:18 UTC 2021
On Sat, 9 Oct 2021 16:30:06 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 11.0.14-oracle.
>
> I had to do a few minor adaptions:
>
> Resolve JarFile.java due to context.
>
> Fix the test to run in the jdk11u environment.
> Also, I changed an argument to newFileSystem() form
> Collections.emptyMap() to null. This factory method
> internally uses emptyMap(), so the result is the same.
Your resolution makes sense to me.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/503
More information about the jdk-updates-dev
mailing list