src/jdk.internal.vm.ci/share/classes/module-info.java
changeset 54732 2d012a75d35c
parent 54328 37648a9c4a6a
equal deleted inserted replaced
54731:81de17a33575 54732:2d012a75d35c
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, 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
    28         jdk.internal.vm.compiler,
    28         jdk.internal.vm.compiler,
    29         jdk.internal.vm.compiler.management;
    29         jdk.internal.vm.compiler.management;
    30     exports jdk.vm.ci.runtime to
    30     exports jdk.vm.ci.runtime to
    31         jdk.internal.vm.compiler,
    31         jdk.internal.vm.compiler,
    32         jdk.internal.vm.compiler.management;
    32         jdk.internal.vm.compiler.management;
       
    33     exports jdk.vm.ci.meta to jdk.internal.vm.compiler;
       
    34     exports jdk.vm.ci.code to jdk.internal.vm.compiler;
       
    35     exports jdk.vm.ci.hotspot to jdk.internal.vm.compiler;
    33 
    36 
    34     uses jdk.vm.ci.services.JVMCIServiceLocator;
    37     uses jdk.vm.ci.services.JVMCIServiceLocator;
    35     uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;
    38     uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;
    36 
    39 
    37     provides jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory with
    40     provides jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory with