On 02/03/2015 03:18 PM, Xuelei Fan wrote:
> On 1/29/2015 5:59 PM, Florian Weimer wrote:
>> On 01/29/2015 04:39 AM, Xuelei Fan wrote:
>>> Hi Florian,
>>>
>>> Thanks for contribute this patch to OpenJDK.
>>>
>>> The draft of TLS_FALLBACK_SCSV is moving pretty fast. Would you mind
>>> wait for the in
On 1/29/2015 5:59 PM, Florian Weimer wrote:
> On 01/29/2015 04:39 AM, Xuelei Fan wrote:
>> Hi Florian,
>>
>> Thanks for contribute this patch to OpenJDK.
>>
>> The draft of TLS_FALLBACK_SCSV is moving pretty fast. Would you mind
>> wait for the integration until it becomes an official RFC in order
The sun.security.x509.PolicyInformation constructor creates
java.security.cert.PolicyQualifierInfo instances and adds them to a
LinkedHashSet. PolicyQualifierInfo does not override hashCode(), so the
default implementation based on System.identityHashCode() is used, which
is rather slow.
I address
Please, review the following change to j.s.ProtectionDomain
Issue : https://bugs.openjdk.java.net/browse/JDK-8064331
Webrev: http://cr.openjdk.java.net/~jbachorik/8064331/webrev.01
This issue was reported against the JMX functionality. When a user tries
to do the following
```
AccessControlCon
Hi,
On Mon, Feb 2, 2015 at 8:27 PM, Bradford Wetmore
wrote:
> The draft JEP “TLS Application-Layer Protocol Negotiation Extension” is now
> available for community review:
>
>https://bugs.openjdk.java.net/browse/JDK-8051498
>
> This JEP is to add support for the Application Layer Protocol Neg