RFR 8058854: Remove dependency on dt.jar from test/tools/jar/normalize/TestNormal.java
Alan Bateman
Alan.Bateman at oracle.com
Mon Oct 13 08:47:47 UTC 2014
On 13/10/2014 09:23, Amy Lu wrote:
> tools/jar/normalize/TestNormal.java use JDK dt.jar in test, this fix
> is to remove this dependency from test because with a modular dt.jar
> and the other JAR files in the JDK go away.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8058854
> webrev: http://cr.openjdk.java.net/~tyan/amylu/8058854/webrev.00/
I'm not sure about @library ../../pack200 and using the pack200 test
support as it created a non-obvious dependency in the test tree. An
alternative would be to move the test to the pack200 test directory as
this test is about create JAR files that invariant to pack200 operations.
-Alan.
More information about the core-libs-dev
mailing list