On Thu, 12 Aug 2021 17:43:48 GMT, Lance Andersen <lan...@openjdk.org> wrote:
> Hi all, > > Please review the fix for JDK-8263940 to address an issues when the default > file system provider is packaged as JAR file on class path. > > The patch also addresses the `@bug` line for JDK-8271194 > > Mach5 Tier1 - Tier3 have run without issues > > Best, > Lance This pull request has now been integrated. Changeset: 717792c3 Author: Lance Andersen <lan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/717792c3b728584413572e7aede83290779be2a2 Stats: 55 lines in 2 files changed: 49 ins; 2 del; 4 mod 8263940: NPE when creating default file system when default file system provider is packaged as JAR file on class path Reviewed-by: naoto, bpb, iris, joehw ------------- PR: https://git.openjdk.java.net/jdk/pull/5103