Skip to content

Commit 45ff8cf

Browse files
committed
Remove unqualified exports from jdk.graal.compiler
1 parent 0fbef95 commit 45ff8cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/mx.compiler/suite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,7 @@
579579
"jdk.graal.compiler.options to org.graalvm.nativeimage.driver,org.graalvm.nativeimage.junitsupport",
580580
"jdk.graal.compiler.phases.common to org.graalvm.nativeimage.agent.tracing,org.graalvm.nativeimage.configure",
581581
"jdk.graal.compiler.serviceprovider to jdk.graal.compiler.management,org.graalvm.nativeimage.driver,org.graalvm.nativeimage.agent.jvmtibase,org.graalvm.nativeimage.agent.diagnostics",
582-
"jdk.graal.compiler.util.args",
583-
"jdk.graal.compiler.util.json",
582+
"jdk.graal.compiler.util.json to org.graalvm.nativeimage.librarysupport,org.graalvm.nativeimage.agent.tracing,org.graalvm.nativeimage.configure,org.graalvm.nativeimage.driver",
584583
],
585584
"uses" : [
586585
"jdk.graal.compiler.code.DisassemblerProvider",

0 commit comments

Comments
 (0)