RFR: JDK-8171249: modules_legal from imported modules are not read by the build

Alan Bateman Alan.Bateman at oracle.com
Thu Dec 15 11:21:39 UTC 2016



On 15/12/2016 10:40, Erik Joelsson wrote:
> Hello,
>
> Please review this small fix following up JDK-8169925. That change 
> forgot to add AC_SUBST for the new import modules variables. By adding 
> those I have verified that modules_legal from imported modules are 
> linked into the images.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8171249
>
> Patch:
>
> diff -r b6d3b5ea3a97 common/autoconf/source-dirs.m4
> --- a/common/autoconf/source-dirs.m4
> +++ b/common/autoconf/source-dirs.m4
> @@ -128,6 +128,8 @@
>    AC_SUBST(IMPORT_MODULES_CMDS)
>    AC_SUBST(IMPORT_MODULES_LIBS)
>    AC_SUBST(IMPORT_MODULES_CONF)
> +  AC_SUBST(IMPORT_MODULES_LEGAL)
> +  AC_SUBST(IMPORT_MODULES_MAN)
>    AC_SUBST(IMPORT_MODULES_SRC)
>    AC_SUBST(IMPORT_MODULES_MAKE)
>  ])
>
This looks okay to me.

-Alan



More information about the build-dev mailing list