8055855: "make profiles" failing due refactoring of java.awt.datatransfer
David Holmes
david.holmes at oracle.com
Sun Aug 24 22:46:29 UTC 2014
Looks good Alan.
Thanks,
David
On 24/08/2014 9:38 PM, Alan Bateman wrote:
>
> It seems the profiles build has been broken in jdk9/dev since the last
> client->dev integration. We missed during the review of JDK-8037485 that
> the refactoring and the addition of sun.datatransfer would require an
> adjustment for the profiles build. The change is trivial to get profiles
> building again:
>
> diff --git a/make/profile-rtjar-includes.txt
> b/make/profile-rtjar-includes.txt
> --- a/make/profile-rtjar-includes.txt
> +++ b/make/profile-rtjar-includes.txt
> @@ -201,6 +201,7 @@
> sun/audio \
> sun/awt \
> sun/corba \
> + sun/datatransfer \
> sun/dc \
> sun/font \
> sun/java2d \
>
> Once the modules work is further along then the profiles build should
> become trivial and the current fragile build rules and configuration
> should go away.
>
> -Alan.
More information about the build-dev
mailing list