RFR: JDK-8168924: Add jdk.unsupported to the compact profile builds

Chris Hegarty chris.hegarty at oracle.com
Wed Nov 30 14:21:03 UTC 2016


Looks good to me Erik.

-Chris.

On 30/11/16 14:18, Erik Joelsson wrote:
> This patch adds the jdk.unsupported module to the compact profile images.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8168924
>
> Patch:
>
> diff -r 2ba99326da3d make/Images.gmk
> --- a/make/Images.gmk
> +++ b/make/Images.gmk
> @@ -48,7 +48,8 @@
>  JDK_MODULES += $(ALL_MODULES)
>
>  # Compact builds have additional modules
> -COMPACT1_EXTRA_MODULES := jdk.localedata jdk.crypto.pkcs11 jdk.crypto.ec
> +COMPACT1_EXTRA_MODULES := jdk.localedata jdk.crypto.pkcs11 jdk.crypto.ec \
> +    jdk.unsupported
>  COMPACT2_EXTRA_MODULES := jdk.xml.dom jdk.httpserver
>  COMPACT3_EXTRA_MODULES := java.smartcardio jdk.management \
>      jdk.naming.dns jdk.naming.rmi jdk.sctp jdk.security.auth
>
>
> /Erik
>



More information about the build-dev mailing list