8350280: The JDK-8346050 testlibrary changes break the build

Reviewed-by: dholmes
This commit is contained in:
Leonid Mesnik 2025-02-18 20:58:04 +00:00
parent f2b4e12afe
commit 2d03bd0078

View File

@ -70,6 +70,7 @@ $(eval $(call SetupJavaCompilation, BUILD_TEST_LIB_JAR, \
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \ --add-exports java.base/jdk.internal.module=ALL-UNNAMED \
--add-exports java.base/jdk.internal.platform=ALL-UNNAMED \ --add-exports java.base/jdk.internal.platform=ALL-UNNAMED \
--add-exports java.base/sun.security.pkcs=ALL-UNNAMED \ --add-exports java.base/sun.security.pkcs=ALL-UNNAMED \
--add-exports java.base/sun.security.provider.certpath=ALL-UNNAMED \
--add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED \ --add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED \
--add-exports java.base/sun.security.x509=ALL-UNNAMED \ --add-exports java.base/sun.security.x509=ALL-UNNAMED \
--enable-preview, \ --enable-preview, \