--- old/test/tools/jdeps/APIDeps.java 2017-01-17 15:44:13.950899835 +0000 +++ new/test/tools/jdeps/APIDeps.java 2017-01-17 15:44:13.846902024 +0000 @@ -60,6 +60,9 @@ Path testsrc = Paths.get(System.getProperty("test.src")); List options = new ArrayList<>(); + // jdk.jdeps is a service provider module so needs to be explicitly included + options.add("--add-modules=jdk.jdeps"); + // add --add-exports String testModules = System.getProperty("test.modules", ""); List addExports = new ArrayList<>();