RFR: 8015081 (Episode VI)

2014-06-16 Thread Jamil Nimeh
Hello all, This is an update to the fix 8015081: * Incorporate Max's comments from the previous revision * Remove binary file test input and bring test data into SubjectNullTests.java as byte arrays (with descriptions on how they were made). http://cr.openjdk.java.net/~ascarpino/8015081/webre

Re: RFR: JDK-8046044 : Fix raw and unchecked lint warnings in XML Signature Impl

2014-06-16 Thread Joe Darcy
Looks fine Sean; thanks, -Joe On 06/16/2014 08:04 AM, Sean Mullan wrote: This is a subtask of the task to eliminate all raw and unchecked lint warnings from the JDK. webrev: http://cr.openjdk.java.net/~mullan/webrevs/8046044/webrev.00/ Note that some warnings still require the Suppressed ann

RFR: JDK-8046044 : Fix raw and unchecked lint warnings in XML Signature Impl

2014-06-16 Thread Sean Mullan
This is a subtask of the task to eliminate all raw and unchecked lint warnings from the JDK. webrev: http://cr.openjdk.java.net/~mullan/webrevs/8046044/webrev.00/ Note that some warnings still require the Suppressed annotation (see DOMXMLSignatureFactory, DOMKeyInfoFactory). These can eventual

Re: A Bug in AccessControlContext.equals() and hashCode()?

2014-06-16 Thread David M. Lloyd
On 06/16/2014 09:19 AM, Frank Ding wrote: Hi Jeff, Thanks for your reply. One further question is that you confirmed that two AccessControlContext objects considered equal via method equals() should return same results for AccessControlContext.checkPermission() but test shows that 2 AccessCon

Re: A Bug in AccessControlContext.equals() and hashCode()?

2014-06-16 Thread Frank Ding
Hi Jeff, Thanks for your reply. One further question is that you confirmed that two AccessControlContext objects considered equal via method equals() should return same results for AccessControlContext.checkPermission() but test shows that 2 AccessControlContext objects are equal regardless of i