RFR: 8163126 Wrong @modules in some of jdk/* tests
Alexandre (Shura) Iline
alexandre.iline at oracle.com
Tue Aug 16 17:17:27 UTC 2016
Hi.
Please review fixes related to module dependencies in a few jdk tests:
http://cr.openjdk.java.net/~shurailine/8163126/webrev.00/index.html
The review contains a few cases where jdk.zipfs is added to the module list. This is happening because all TestNG tests which use compiler API require jdk.zipfs to be able to read the testng jar. This is unfortunate but there is no easy way around that.
Shura
More information about the jigsaw-dev
mailing list