langtools/test/tools/javap/T7004698.java
changeset 43258 45757c4367f2
parent 40308 274367a99f98
--- a/langtools/test/tools/javap/T7004698.java	Tue Jan 17 09:40:23 2017 -0800
+++ b/langtools/test/tools/javap/T7004698.java	Wed Jan 18 09:35:23 2017 +0000
@@ -42,6 +42,7 @@
         File srcFile = new File(srcDir, T7004698.class.getSimpleName() + ".java");
         File classesDir = new File(".");
         compile("-Xjcov",
+                "--add-modules", "jdk.jdeps",
                 "--add-exports", "jdk.jdeps/com.sun.tools.javap=ALL-UNNAMED",
                 "-d", classesDir.getPath(),
                 srcFile.getPath());