Hello team, Could you please review a very small fix that relates to tests only.
BugID: https://bugs.openjdk.java.net/browse/JDK-8166624 Webrev: http://cr.openjdk.java.net/~skovalev/8166624/webrev.00/Issue: Some regression tests fails in case of usage "--limit-modules java.base" command line option.
Root cause: The tests have no module declaration in jtreg header. Solution: add module dependencies to the tests header. Testing done: tested locally by jtreg. -- With best regards, Sergei