< prev index next >

src/java.base/share/classes/jdk/internal/module/Modules.java

Print this page

        

*** 41,52 **** import java.util.stream.Collectors; import jdk.internal.loader.BootLoader; import jdk.internal.loader.BuiltinClassLoader; import jdk.internal.loader.ClassLoaders; ! import jdk.internal.misc.JavaLangAccess; ! import jdk.internal.misc.SharedSecrets; /** * A helper class for creating and updating modules. This class is intended to * support command-line options, tests, and the instrumentation API. It is also * used by the VM to load modules or add read edges when agents are instrumenting --- 41,52 ---- import java.util.stream.Collectors; import jdk.internal.loader.BootLoader; import jdk.internal.loader.BuiltinClassLoader; import jdk.internal.loader.ClassLoaders; ! import jdk.internal.access.JavaLangAccess; ! import jdk.internal.access.SharedSecrets; /** * A helper class for creating and updating modules. This class is intended to * support command-line options, tests, and the instrumentation API. It is also * used by the VM to load modules or add read edges when agents are instrumenting
< prev index next >