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
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
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
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
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