[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-6845) Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers

Strong Liu (JIRA) noreply at atlassian.com
Fri Nov 25 00:07:20 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-6845.
-----------------------------

    Resolution: Fixed

patch applied

> Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers
> ---------------------------------------------------------------------------------
>
>                 Key: HHH-6845
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6845
>             Project: Hibernate Core
>          Issue Type: Improvement
>            Reporter: Sanne Grinovero
>            Assignee: Sanne Grinovero
>             Fix For: 4.0.0.next
>
>
> The proxyFactories could invoke ReflectHelper.overridesEquals only once at initialization time, but do so on each getProxy invocation.
> Fixing this provides a 25% improvement in TPS performance when using the TPC-W benchmark with proxies enabled.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list