Hi, Can someone commit the patch attached to jira issue TRINIDAD-2309?
Thanks Anand On 9/6/2012 11:24 AM, Anand V Nath (JIRA) wrote:
[ https://issues.apache.org/jira/browse/TRINIDAD-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anand V Nath updated TRINIDAD-2309: ----------------------------------- Status: Patch Available (was: Open)perf: change the concurrenthashmap to arraymap and fix the golden files ----------------------------------------------------------------------- Key: TRINIDAD-2309 URL: https://issues.apache.org/jira/browse/TRINIDAD-2309 Project: MyFaces Trinidad Issue Type: Bug Components: Skinning Affects Versions: 2.0.1-core, 2.1.0-core Reporter: Anand V Nath Priority: Minor Fix For: 2.0.2-core, 2.1.0-core Replace the usage of ConcurrentHashMap with ArrayMap in XhtmlSkin and StyleSheetDocument. These maps are populated once and not modified else where. So usage of ConcurrentHashMap is unnecessary here, ArrayMap should suffice.-- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
