Hi Sergey, I do not see any dependency on jdk.jdeps in the test sources. What I do see is a dependency on java.compiler though.
So why @modules jdk.jdeps and not @modules java.compiler? best regards, -- daniel On 02/11/16 11:22, Sergei Kovalev wrote:
Hi team, Please review a very small fix for tests related to java/io/Serializable pack. BugID: https://bugs.openjdk.java.net/browse/JDK-8169055 WebRev: http://cr.openjdk.java.net/~skovalev/8169055/webrev.00/ Issue: Several tests failing in case usage of "--limit-modules" command line option. Solution: add missed declaration into test jtreg header.