RFR: JDK-8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
Erik Joelsson
erik.joelsson at oracle.com
Thu Jan 15 11:05:34 UTC 2015
Hello,
Please review the open part of this patch, which changes the building of
policy jars to happen even if BUILD_CRYPTO is false. Previously these
weren't built as there were signed versions of these jars, but since we
no longer sign them, there is no need to not build them.
Bug: https://bugs.openjdk.java.net/browse/JDK-8068748
Webrev: http://cr.openjdk.java.net/~erikj/8068748/webrev.jdk.01/
The webrev diffs look a bit weird. The only thing I did was to remove
the "ifneq ($(BUILD_CRYPTO), no)" and adjust the indentation.
/Erik
More information about the security-dev
mailing list