RFR(s): 8169055: [TESTBUG] : java/io/Serializable/serialFilter/ tests have undeclared dependency on jdk.jdeps module (original) (raw)

Daniel Fuchs daniel.fuchs at oracle.com
Wed Nov 2 11:45:09 UTC 2016


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.



More information about the core-libs-dev mailing list