Re: RFR(s): 8166450: SMARTCARDIO related tests failed on compilation

2016-09-21 Thread Sergei Kovalev
Hi Max, This is standard VM option. To emulate minimal JRE I'm using "--limit-modules java.base" option. 21.09.16 17:04, Wang Weijun wrote: Change looks fine. One question: When you say the --limit-modules option, is it a new option for jtreg that allows it to automatically choose modules

Re: RFR(s): 8166450: SMARTCARDIO related tests failed on compilation

2016-09-21 Thread Wang Weijun
Change looks fine. One question: When you say the --limit-modules option, is it a new option for jtreg that allows it to automatically choose modules described in the @modules tags? Or it's just the standard VM option and you still need to provide the module names yourself? Thanks Max > On Se

RFR(s): 8166450: SMARTCARDIO related tests failed on compilation

2016-09-21 Thread Sergei Kovalev
Hello team, Could you please review small fix for regression tests related to smartcardio API? BugID: https://bugs.openjdk.java.net/browse/JDK-8166450 WebRev: http://cr.openjdk.java.net/~skovalev/8166450/webrev.00/ Issue: unable to run smartcardio related tests bu jtreg by default. Root cause