I also have no idea why these are needed: + * @modules java.security.jgss + * jdk.security.auth
Do the test uses KRB5-related cipher suites? Thanks Max > On Sep 14, 2016, at 8:54 PM, Xuelei Fan <xuelei....@oracle.com> wrote: > > Hi Sergei, > > Thanks for the update. The fix looks fine to me. However, I'm not sure why > some tests need the "/sun/security/krb5/auto" libraries and the related > modules. As you were already there, would you mind help to test whether the > "/sun/security/krb5/auto" library can be removed for some tests? > > Thanks, > Xuelei > > On 9/14/2016 8:22 PM, Sergei Kovalev wrote: >> Hello Team, >> >> Could you please review below fix for >> >> Bug ID: https://bugs.openjdk.java.net/browse/JDK-8166032 >> Code review: http://cr.openjdk.java.net/~skovalev/8166032/webrev.00/ >> >> Issue: The test should be able to pass or skipped by JTreg test suite if >> required modules have not been included in custom JRE. >> Solution: added '@modules' tags and appropriate module list to tests >> header. >> Testing done locally using JTregt test suite. >>