hotspot/test/runtime/modules/AccessCheck/Umod_PkgNotExp.java
changeset 38306 db8cc86cbae9
parent 38152 80e5da81fb2c
child 40631 ed82623d7831
--- a/hotspot/test/runtime/modules/AccessCheck/Umod_PkgNotExp.java	Thu May 19 19:45:52 2016 +0000
+++ b/hotspot/test/runtime/modules/AccessCheck/Umod_PkgNotExp.java	Sat May 21 08:00:33 2016 +0100
@@ -89,7 +89,7 @@
         // Resolves "m1"
         Configuration cf = Layer.boot()
                 .configuration()
-                .resolveRequires(finder, ModuleFinder.empty(), Set.of("m1"));
+                .resolveRequires(finder, ModuleFinder.of(), Set.of("m1"));
 
         // map each module to the same class loader for this test
         Map<String, ClassLoader> map = new HashMap<>();