JEP 161 SE Compact Profiles has pushed to jdk8/build forest
Alan Bateman
Alan.Bateman at oracle.com
Tue Feb 19 15:46:42 UTC 2013
On 19/02/2013 01:54, David Holmes wrote:
> The implementation support for the Reference Implementation of the SE
> Compact Profiles described by:
>
> http://openjdk.java.net/jeps/161
>
> has now been pushed to the jdk8/build forest ready for integration
> with jdk8/jdk8 in time for b78.
>
> This reference implementation is for the Linux platform only.
>
> To build the compact profiles JREs specify the "profiles" target to make:
>
> make profiles
>
> or to build the full JDK/JRE and profile images use:
>
> make images profiles
One thing to add to David's mail. We have included a simple dependency
analyzer that runs in the "profiles" build to catch changes that
introduce new or undesirable dependencies, say someone mistakenly adds a
dependency on AWT to one of the core classes. That should help catch
issues quickly and also help keep the profile definitions up to date as
jdk8 evolves.
-Alan
More information about the core-libs-dev
mailing list