RFR: 8186958: Need method to create pre-sized HashMap [v21]
XenoAmess
duke at openjdk.java.net
Thu Apr 14 21:27:18 UTC 2022
On Thu, 14 Apr 2022 19:56:22 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:
>> XenoAmess has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add `@LastModified: Apr 2022` to DocumentCache
>
> src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/DOMXPathFilter2Transform.java line 110:
>
>> 108: int length = attributes.getLength();
>> 109: Map<String, String> namespaceMap =
>> 110: HashMap.newHashMap(length);
>
> Please check these changes with @seanjmullan before integrating.
@seanjmullan
mirror pr in https://github.com/apache/santuario-xml-security-java/pull/64
jira at https://issues.apache.org/jira/projects/SANTUARIO/issues/SANTUARIO-586?filter=reportedbyme
-------------
PR: https://git.openjdk.java.net/jdk/pull/7928
More information about the core-libs-dev
mailing list