Hello team, Please review very small fix for several regression tests.
BugID: https://bugs.openjdk.java.net/browse/JDK-8166378 WebReview: http://cr.openjdk.java.net/~skovalev/8166378/webrev.00Issue: The tests has no declared dependencies on jdk.security modules. This leads the tests to fail in case of usage "--limit-modules" java command line option.
Solution: add missed dependencies if required. -- With best regards, Sergei