--- old/test/jdk/jdk/nio/zipfs/PathOps.java 2019-02-20 12:58:03.000000000 -0500 +++ new/test/jdk/jdk/nio/zipfs/PathOps.java 2019-02-20 12:58:02.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -606,7 +606,7 @@ // create empty JAR file, test doesn't require any contents Path emptyJar = Utils.createJarFile("empty.jar"); - fs = FileSystems.newFileSystem(emptyJar, null); + fs = FileSystems.newFileSystem(emptyJar, (ClassLoader)null); try { npes(); mismatchedProviders();