src/jdk.compiler/share/classes/com/sun/tools/javac/util/ModuleHelper.java
changeset 48433 04d8d293e458
parent 47216 71c04702a3d5
equal deleted inserted replaced
48432:db09f53aba91 48433:04d8d293e458
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.tools.javac.util;
    26 package com.sun.tools.javac.util;
    27 
       
    28 import com.sun.tools.javac.util.JDK9Wrappers.Module;
       
    29 
    27 
    30 public class ModuleHelper {
    28 public class ModuleHelper {
    31 
    29 
    32     private static final String[] javacInternalPackages = new String[] {
    30     private static final String[] javacInternalPackages = new String[] {
    33             "com.sun.tools.javac.api",
    31             "com.sun.tools.javac.api",