RFR(S): 8165583: Fix module dependencies for jdk/java/util/* tests
Alan Bateman
Alan.Bateman at oracle.com
Wed Sep 7 09:41:36 UTC 2016
On 07/09/2016 10:25, Sergei Kovalev wrote:
> Hello team,
>
> Please review the changes for fixing JDK issue:
>
> Bug ID: JDK-8165583
> <https://bugs.openjdk.java.net/browse/JDK-8165583>WebRev link:
> http://cr.openjdk.java.net/~skovalev/8165583/webrev.00/index.html
>
> Summary: added modules declaration if missed, e.g. jdk.localedata,
> java.logging, java.sql.
These looks okay.
> Also for module tests added explicit module add for tests that used
> user defined modules.
The only scenario where these should be need be where the tests are run
with --limit-modules. Is this how you are running into this?
-Alan
More information about the core-libs-dev
mailing list