Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created October 21, 2019 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobmcwhirter/7f14eff0dc88440e84e8efe63334e781 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/7f14eff0dc88440e84e8efe63334e781 to your computer and use it in GitHub Desktop.
Compiled from "module-info.xml"
module jdk.internal.vm.compiler@999-SNAPSHOT {
requires jdk.unsupported;
requires java.base;
exports org.graalvm.compiler.debug to
jdk.internal.vm.compiler.management,
jdk.aot;
exports org.graalvm.compiler.bytecode to
jdk.aot;
exports org.graalvm.compiler.java to
jdk.aot;
exports org.graalvm.compiler.core.target to
jdk.aot;
exports org.graalvm.compiler.code to
jdk.aot;
exports org.graalvm.compiler.graph to
jdk.aot;
exports org.graalvm.compiler.asm.aarch64 to
jdk.aot;
exports org.graalvm.compiler.lir.phases to
jdk.aot;
exports org.graalvm.compiler.lir.asm to
jdk.aot;
exports org.graalvm.compiler.hotspot.word to
jdk.aot;
exports org.graalvm.compiler.nodes.graphbuilderconf to
jdk.aot;
exports org.graalvm.compiler.hotspot.meta to
jdk.aot;
exports org.graalvm.compiler.phases to
jdk.aot;
exports org.graalvm.compiler.core to
jdk.aot;
exports org.graalvm.compiler.serviceprovider to
jdk.internal.vm.compiler.management,
jdk.aot;
exports org.graalvm.compiler.phases.tiers to
jdk.aot;
exports org.graalvm.compiler.asm.amd64 to
jdk.aot;
exports org.graalvm.compiler.hotspot.stubs to
jdk.aot;
exports org.graalvm.compiler.runtime to
jdk.aot;
exports org.graalvm.compiler.replacements to
jdk.aot;
exports org.graalvm.compiler.api.runtime to
jdk.aot;
exports org.graalvm.compiler.api.directives to
jdk.aot;
exports org.graalvm.compiler.core.common to
jdk.internal.vm.compiler.management,
jdk.aot;
exports org.graalvm.compiler.nodes to
jdk.aot;
exports org.graalvm.compiler.api.replacements to
jdk.aot;
exports org.graalvm.compiler.options to
jdk.internal.vm.compiler.management,
jdk.aot;
exports org.graalvm.compiler.printer to
jdk.aot;
exports org.graalvm.compiler.hotspot.replacements to
jdk.aot;
exports org.graalvm.compiler.hotspot to
jdk.internal.vm.compiler.management,
jdk.aot;
exports org.graalvm.compiler.phases.common.jmx to
jdk.internal.vm.compiler.management;
uses com.oracle.truffle.api.object.LayoutFactory;
uses org.graalvm.compiler.truffle.compiler.substitutions.TruffleInvocationPluginProvider;
uses org.graalvm.compiler.options.OptionDescriptors;
uses org.graalvm.compiler.hotspot.HotSpotBackendFactory;
uses org.graalvm.home.HomeFinder;
uses org.graalvm.compiler.debug.DebugHandlersFactory;
uses org.graalvm.compiler.debug.TTYStreamProvider;
uses org.graalvm.compiler.hotspot.HotSpotCodeCacheListener;
uses org.graalvm.compiler.truffle.runtime.LoopNodeFactory;
uses com.oracle.truffle.api.impl.TruffleLocator;
uses org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory;
uses org.graalvm.compiler.serviceprovider.JMXService;
uses org.graalvm.compiler.truffle.compiler.hotspot.TruffleCallBoundaryInstrumentationFactory;
uses org.graalvm.compiler.hotspot.HotSpotGraalManagementRegistration;
uses org.graalvm.compiler.phases.common.jmx.HotSpotMBeanOperationProvider;
uses org.graalvm.compiler.truffle.runtime.TruffleTypes;
uses org.graalvm.compiler.core.match.MatchStatementSet;
uses org.graalvm.compiler.code.DisassemblerProvider;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment