Skip to content

Commit 5831f3b

Browse files
mmm-choishipilev
authored andcommitted
8372439: [17u] build-test-lib is broken
Reviewed-by: serb
1 parent a8784a0 commit 5831f3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

make/test/BuildTestLib.gmk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ $(eval $(call SetupJavaCompilation, BUILD_TEST_LIB_JAR, \
5454
JAR := $(TEST_LIB_SUPPORT)/test-lib.jar, \
5555
DISABLED_WARNINGS := try deprecation rawtypes unchecked serial cast removal preview, \
5656
JAVAC_FLAGS := --add-exports java.base/sun.security.util=ALL-UNNAMED \
57-
--add-exports java.base/jdk.internal.classfile=ALL-UNNAMED \
58-
--add-exports java.base/jdk.internal.classfile.attribute=ALL-UNNAMED \
59-
--add-exports java.base/jdk.internal.classfile.constantpool=ALL-UNNAMED \
60-
--add-exports java.base/jdk.internal.classfile.java.lang.constant=ALL-UNNAMED \
6157
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \
58+
--add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED \
59+
--add-exports java.base/jdk.internal.org.objectweb.asm.commons=ALL-UNNAMED \
6260
--enable-preview, \
6361
))
6462

0 commit comments

Comments
 (0)