hotspot/src/jdk.internal.vm.compiler/share/classes/module-info.java
changeset 46459 7d4e637d3f21
parent 46344 694c102fd8ed
child 46551 d01034a83ab2
equal deleted inserted replaced
46458:3c12af929e7d 46459:7d4e637d3f21
    40     uses org.graalvm.compiler.hotspot.CompilerConfigurationFactory;
    40     uses org.graalvm.compiler.hotspot.CompilerConfigurationFactory;
    41     uses org.graalvm.compiler.hotspot.HotSpotBackendFactory;
    41     uses org.graalvm.compiler.hotspot.HotSpotBackendFactory;
    42     uses org.graalvm.compiler.options.OptionValuesAccess;
    42     uses org.graalvm.compiler.options.OptionValuesAccess;
    43     uses org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory;
    43     uses org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory;
    44 
    44 
       
    45     exports org.graalvm.api.word                        to jdk.aot;
    45     exports org.graalvm.compiler.api.directives         to jdk.aot;
    46     exports org.graalvm.compiler.api.directives         to jdk.aot;
    46     exports org.graalvm.compiler.api.runtime            to jdk.aot;
    47     exports org.graalvm.compiler.api.runtime            to jdk.aot;
    47     exports org.graalvm.compiler.api.replacements       to jdk.aot;
    48     exports org.graalvm.compiler.api.replacements       to jdk.aot;
    48     exports org.graalvm.compiler.asm.amd64              to jdk.aot;
    49     exports org.graalvm.compiler.asm.amd64              to jdk.aot;
    49     exports org.graalvm.compiler.bytecode               to jdk.aot;
    50     exports org.graalvm.compiler.bytecode               to jdk.aot;