Skip to content

Commit e413fc6

Browse files
committedJan 7, 2025
8347127: CTW fails to build after JDK-8334733
Reviewed-by: kvn, epeter
1 parent 9702acc commit e413fc6

File tree

1 file changed

+1
-0
lines changed
  • test/hotspot/jtreg/testlibrary/ctw

1 file changed

+1
-0
lines changed
 

‎test/hotspot/jtreg/testlibrary/ctw/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ WB_CLASS_FILES := $(subst $(TESTLIBRARY_DIR)/,,$(WB_SRC_FILES))
5353
WB_CLASS_FILES := $(patsubst %.java,%.class,$(WB_CLASS_FILES))
5454
EXPORTS=--add-exports java.base/jdk.internal.jimage=ALL-UNNAMED \
5555
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED \
56+
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \
5657
--add-exports java.base/jdk.internal.reflect=ALL-UNNAMED \
5758
--add-exports java.base/jdk.internal.access=ALL-UNNAMED
5859

0 commit comments

Comments
 (0)
Please sign in to comment.