RFR(tedius) 8229267 [TESTBUG] Remove unnecessary @module dependencies in CDS tests
Alan Bateman
Alan.Bateman at oracle.com
Fri Aug 9 10:10:23 UTC 2019
On 09/08/2019 02:31, Ioi Lam wrote:
> https://bugs.openjdk.java.net/browse/JDK-8229267
> http://cr.openjdk.java.net/~iklam/jdk14/8229267-remove-unncessary-at-modules-from-cds-tests.v01/
>
>
> We have lots of unnecessary @modules tags in the hotspot test cases. I
> wrote a script that
> attempts to remove each specified module.
This changes look okay to me. It may be that these tags are left over
from when test infrastructure used by these tests was using
sun.tools.jar to create JAR files. The dependency on jdk.internal.misc
may have been something in the test infrastructure using the internal
Unsafe API.
-Alan
More information about the hotspot-runtime-dev
mailing list