test/langtools/tools/jdeps/listdeps/ListModuleDeps.java
changeset 48433 04d8d293e458
parent 47357 74700c8e39e9
child 52650 c16b6cc93272
--- a/test/langtools/tools/jdeps/listdeps/ListModuleDeps.java	Wed Jan 03 15:16:46 2018 -0800
+++ b/test/langtools/tools/jdeps/listdeps/ListModuleDeps.java	Thu Jan 04 10:14:50 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, 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
@@ -88,6 +88,8 @@
     public Object[][] jdkModules() {
         return new Object[][]{
             {"jdk.compiler", new String[]{
+                                "java.base/jdk.internal.jmod",
+                                "java.base/jdk.internal.misc",
                                 "java.base/sun.reflect.annotation",
                                 "java.compiler",
                              }