Skip to content

Commit cc6d60d

Browse files
committed
8230680: latest Graal unittests depend on jdk.internal.module
Reviewed-by: iignatyev
1 parent 40565a8 commit cc6d60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/test/JtregGraalUnit.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ ifeq ($(INCLUDE_GRAAL), true)
6565
-processorpath $(BUILDTOOLS_OUTPUTDIR)/jdk.vm.compiler.replacements.verifier.jar \
6666
--add-exports jdk.unsupported/sun.misc=ALL-UNNAMED \
6767
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED \
68+
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \
6869

6970
### Copy 3rd party libs
7071
$(eval $(call SetupCopyFiles, COPY_GRAALUNIT_LIBS, \

0 commit comments

Comments
 (0)