test/langtools/tools/jdeps/listdeps/ListModuleDeps.java
changeset 48433 04d8d293e458
parent 47357 74700c8e39e9
child 52650 c16b6cc93272
equal deleted inserted replaced
48432:db09f53aba91 48433:04d8d293e458
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    86 
    86 
    87     @DataProvider(name = "jdkModules")
    87     @DataProvider(name = "jdkModules")
    88     public Object[][] jdkModules() {
    88     public Object[][] jdkModules() {
    89         return new Object[][]{
    89         return new Object[][]{
    90             {"jdk.compiler", new String[]{
    90             {"jdk.compiler", new String[]{
       
    91                                 "java.base/jdk.internal.jmod",
       
    92                                 "java.base/jdk.internal.misc",
    91                                 "java.base/sun.reflect.annotation",
    93                                 "java.base/sun.reflect.annotation",
    92                                 "java.compiler",
    94                                 "java.compiler",
    93                              }
    95                              }
    94             },
    96             },
    95         };
    97         };