It seems to work for me.
The reason I removed things from RT_JAR_EXCLUDES that are no longer
present in jdk/classes outputdir.
/Erik
On 2013-05-07 07:33, David Holmes wrote:
Erik,
Was this tested with a Profiles build? The changes to the
RT_JAR_INCLUDES variable has me concerned.
Thanks,
David
On 1/05/2013 12:45 AM, Erik Joelsson wrote:
With this patch the security tests will again be runnable on the
exploded jdk image. The main changes are:
* The security classes are compiled separately to a different output
directory.
* The security jars are created in the jdk target (instead of images)
and put in the jdk/lib/... directories.
Also did:
* Removed now redundant entries in rt.jar exclude list
* Changed source location for signing unsigned jars
* Made the SetupJavaCompilation macro more friendly with multiple setups
sharing output directories.
http://cr.openjdk.java.net/~erikj/8009280/webrev.jdk.01/
http://cr.openjdk.java.net/~erikj/8009280/webrev.root.01/
/Erik