src/java.base/share/classes/jdk/internal/module/ModulePatcher.java
changeset 52427 3c6aa484536c
parent 51327 a19fda433921
child 53018 8bf9268df0e2
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, 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
    52 import java.util.jar.JarFile;
    52 import java.util.jar.JarFile;
    53 import java.util.stream.Collectors;
    53 import java.util.stream.Collectors;
    54 import java.util.stream.Stream;
    54 import java.util.stream.Stream;
    55 
    55 
    56 import jdk.internal.loader.Resource;
    56 import jdk.internal.loader.Resource;
    57 import jdk.internal.misc.JavaLangModuleAccess;
    57 import jdk.internal.access.JavaLangModuleAccess;
    58 import jdk.internal.misc.SharedSecrets;
    58 import jdk.internal.access.SharedSecrets;
    59 import sun.net.www.ParseUtil;
    59 import sun.net.www.ParseUtil;
    60 
    60 
    61 
    61 
    62 /**
    62 /**
    63  * Provides support for patching modules, mostly the boot layer.
    63  * Provides support for patching modules, mostly the boot layer.