Re: [9] request for review 8072578: ProbeKeystores.java creates files in test.src

2015-05-20 Thread Weijun Wang
The code change looks fine. If it were me, I won't do any clean up. --Max On 5/14/2015 11:14 PM, Vincent Ryan wrote: That makes more sense. I’ve updated the webrev in place. On 14 May 2015, at 15:29, Weijun Wang wrote: Hi Vinnie Is there any reason why they cannot be simply created in th

Re: [9] request for review 8072578: ProbeKeystores.java creates files in test.src

2015-05-20 Thread Vincent Ryan
> On 20 May 2015, at 10:59, Weijun Wang wrote: > > The code change looks fine. Thanks. > > If it were me, I won't do any clean up. Previously there were some problems with cleanup on Windows. If that cleanup code is no longer necessary I’ll remove it. > > --Max > > On 5/14/2015 11:14 PM, V

[8u-dev] Request for review AND approval to backport: 8077102:

2015-05-20 Thread Ivan Gerasimov
Hi! The backport required some manual editing, thus I'm asking for a review too. Would you please review and approve backporting this fix? BUGURL: https://bugs.openjdk.java.net/browse/JDK-8077102 WEBREV: http://cr.openjdk.java.net/~igerasim/8077102/00/webrev/ The fix was tested on all available

Re: JEP 244: TLS Application-Layer Protocol Negotiation Extension

2015-05-20 Thread Thomas Lußnig
Hi, 1) There are two types of extensions: a) That modify the directly how the engine works like [max_fragment_length,heartbeat,encrypt_then_mac,extended_master_secret,SessionTicket,...] b) That provide information (modify the network protocol) like [npn,alpn,status_request,...] 2) Some of the exti

Re: [9] RFR: 8074784: Additional tests for XML DSig API

2015-05-20 Thread Sean Mullan
Hi Artem, Is there a reason this needs to be a separate test? It seems like it would be better to fold it into the existing GenerationTests and ValidationTests in the test/javax/xml/crypto/dsig directory, so you could reuse common code. Thanks, Sean On 05/12/2015 11:32 AM, Artem Smotrakov w

Re: RFR: 8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection

2015-05-20 Thread Sean Mullan
On 05/19/2015 10:20 PM, Oracle wrote: The code change looks fine. Some tiny suggestions on styles: Is it possible to move the definition of Key before key is assigned? Sure. I will move it to the top of the class. Some left braces ("{") are on new lines, looks inconsistent with others. Ok

Re: [9] RFR: 8074784: Additional tests for XML DSig API

2015-05-20 Thread Artem Smotrakov
Hi Sean, Yes, at first, I thought about updating the existing tests in test/javax/xml/crypto/dsig directory. But then I noticed that both GenerationTests and ValidationTests has ~30 test cases. And new Detached.java test contains >30 test cases. If one of test cases fails, JTREG will show tha

[JEP-219/JDK-8043758] Code Review Request: Datagram Transport Layer Security (DTLS)

2015-05-20 Thread Xuelei Fan
Hi, Please review DTLS implementation [JEP-219/JDK-8043758]: webrev: http://cr.openjdk.java.net/~xuelei/8043758/webrev.latest/ JBS: https://bugs.openjdk.java.net/browse/JDK-8043758 I would greatly appreciate it if you could send me feedback on or before May 28, 2015. Thanks & Regards, Xuelei Fa

RFR 7191662: JCE providers should be located via ServiceLoader,

2015-05-20 Thread Valerie Peng
Sean, Could you please review this change? The changes are mostly the same as the prototype in Jake, but I have to make some modification due to the difference in ServiceLoader lookup in OpenJDK (corresponding META-INF/services/java.security.Provider files in each module) and the related make

Re: RFR 7191662: JCE providers should be located via ServiceLoader,

2015-05-20 Thread Mandy Chung
> On May 20, 2015, at 9:21 PM, Valerie Peng wrote: > > Sean, > > Could you please review this change? The changes are mostly the same as the > prototype in Jake, but I have to make some modification due to the difference > in ServiceLoader lookup in OpenJDK (corresponding > META-INF/services

Re: [8u-dev] Request for review AND approval to backport: 8077102:

2015-05-20 Thread Weijun Wang
Code change is fine. Thanks Max On 5/21/2015 12:58 AM, Ivan Gerasimov wrote: Hi! The backport required some manual editing, thus I'm asking for a review too. Would you please review and approve backporting this fix? BUGURL: https://bugs.openjdk.java.net/browse/JDK-8077102 WEBREV: http://cr.op