[ 
https://issues.apache.org/jira/browse/JCR-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jukka Zitting resolved JCR-1479.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Patch committed in revision 638027. Thanks!

> [PATCH] don't use the reflective form of {Collection}.toArray
> -------------------------------------------------------------
>
>                 Key: JCR-1479
>                 URL: https://issues.apache.org/jira/browse/JCR-1479
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Dave Brosius
>            Assignee: Jukka Zitting
>            Priority: Trivial
>             Fix For: 1.5
>
>         Attachments: no_reflective_toarray.patch
>
>
> Passing a prototype array into {Collection}.toArray that is too small makes 
> the toArray call expend alot of effort using reflection to do it's job. It is 
> more performant to just pass in a correctly sized prototype. This patch does 
> this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to