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

2015-05-19 Thread Oracle
The code change looks fine. Some tiny suggestions on styles: Is it possible to move the definition of Key before key is assigned? Some left braces ("{") are on new lines, looks inconsistent with others. Line 465, /* -> /**. Thanks Max > 在 2015年5月16日,上午1:01,Sean Mullan 写道: > > This is the fi

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

2015-05-19 Thread Bradford Wetmore
Hi Simone/Thomas/David/others, Thomas wrote: would it not be an great idea to combine all these new extensions to an generic way how to handle the SSL Protocol Handshake ? I've finally been able to deep dive back into ALPN, specifically looking at the ideas of a general Hello extension frame

[9] RFR 8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature

2015-05-19 Thread Jason Uh
Please review this change, which adds support for two curves to XML Signature. webrev: http://cr.openjdk.java.net/~juh/8079693/00/ bug: https://bugs.openjdk.java.net/browse/JDK-8079693 Thanks, Jason