Re: [10] RFR 8166222: Don't treat signed jars with invalid timestamps as unsigned

2017-08-02 Thread Weijun Wang
Webrev updated: - http://cr.openjdk.java.net/~weijun/8166222/root/webrev.01 Move the change for JarUtils.java here. - http://cr.openjdk.java.net/~weijun/8166222/webrev.02/ Update multiple "is not validated" strings to "is invalid" in Resources.java. Several tests that grep these words are also

Re: RFR: JDK-8185758: jdk.smartcardio has broken docs for exceptions

2017-08-02 Thread Mandy Chung
> On Aug 2, 2017, at 4:21 PM, Jonathan Gibbons > wrote: > > (I'm not sure if there is a better list for this request, but the request is > so simple, I'm hoping it will be sufficient. > > Please review this very simple fix to replace two uses of ... > with {@code...}. > > The underlying pro

Re: Code Review Request, JDK-8180643 Illegal handshake message

2017-08-02 Thread Xuelei Fan
On 8/2/2017 3:29 PM, Weijun Wang wrote: Looks fine. Maybe you can add a comment near the definition of these constants that when a new one is added it should be listed in the isUnsupported() method. Good suggestion! It's a concern of mine, too. Thanks, Xuelei Thanks Max On Aug 3, 2017

Re: Code Review Request, JDK-8180643 Illegal handshake message

2017-08-02 Thread Weijun Wang
Looks fine. Maybe you can add a comment near the definition of these constants that when a new one is added it should be listed in the isUnsupported() method. Thanks Max > On Aug 3, 2017, at 6:18 AM, Xuelei Fan wrote: > > Hi, > > Please review the update: > http://cr.openjdk.java.net/~xuel

Code Review Request, JDK-8180643 Illegal handshake message

2017-08-02 Thread Xuelei Fan
Hi, Please review the update: http://cr.openjdk.java.net/~xuelei/8180643/webrev.00/ This update is trying to detect unknown or unsupported handshake messages sooner rather later. Thanks, Xuelei

Re: [10] RFR: JDK-8183310: java/security/modules/ModularTest.java should clean up better

2017-08-02 Thread Weijun Wang
I am reading JaasModularClientTest.java now. It’s much simpler than the original one. Some comments: 38: This ProcessTools is deprecated. Is it possible to use the one in root repo? 53: Why make it public? 98-99: What localized strings are you trying to avoid? 103-104: Why do these 2 variables