RFR 8040321: keytool and jarsigner tests doesn't pass though VM tools to tools

2014-04-24 Thread Wang Weijun
Please review the changes at http://cr.openjdk.java.net/~weijun/8040321/webrev.00 Most are simple, except that ts.sh needs to call TimeSTampCheck.java which then calls jarsigner, therefore more hops. To test the change, I modify my own keytool and jarsigner so that they fails when a certain

Re: RFR 8040321: keytool and jarsigner tests doesn't pass though VM tools to tools

2014-04-24 Thread Wang Weijun
On Apr 24, 2014, at 19:17, Wang Weijun wrote: > Please review the changes at > > http://cr.openjdk.java.net/~weijun/8040321/webrev.00 > > Most are simple, except that ts.sh needs to call TimeSTampCheck.java which > then calls jarsigner, therefore more hops. > > To test the change, I modify

Re: RFR 8040321: keytool and jarsigner tests doesn't pass though VM tools to tools

2014-04-24 Thread Alan Bateman
On 24/04/2014 12:17, Wang Weijun wrote: Please review the changes at http://cr.openjdk.java.net/~weijun/8040321/webrev.00 Most are simple, except that ts.sh needs to call TimeSTampCheck.java which then calls jarsigner, therefore more hops. To test the change, I modify my own keytool and j

Re: Review request: 8040059 Change default policy for extensions to no permission

2014-04-24 Thread Sean Mullan
On 04/23/2014 05:29 PM, Mandy Chung wrote: On 4/23/2014 1:10 PM, Sean Mullan wrote: Just a few comments: 1. When you write a test that uses the jtreg /policy option, the policy file overrides the system policy file. If the test depends on a standard extension, then you may get SecurityExceptio

Re: Review request: 8040059 Change default policy for extensions to no permission

2014-04-24 Thread Mandy Chung
Thanks Sean. I have updated the webrev: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8040059/webrev.01/ Erik - I'm including build-dev to review the build change for java.policy file. Thanks Mandy On 4/24/14 11:32 AM, Sean Mullan wrote: On 04/23/2014 05:29 PM, Mandy Chung wrote: On 4/2