[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-6868) Lazily initialize HashMap in LockOptions

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Nov 30 22:22:19 EST 2011


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

Steve Ebersole closed HHH-6868.
-------------------------------

    Resolution: Fixed

> Lazily initialize HashMap in LockOptions
> ----------------------------------------
>
>                 Key: HHH-6868
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6868
>             Project: Hibernate Core
>          Issue Type: Improvement
>            Reporter: Sanne Grinovero
>            Assignee: Sanne Grinovero
>             Fix For: 4.0.0.next
>
>
> these options might not be used at all, but take lots of memory. Profiling memory, this HashMap instances are the bigger objects of all, they might not take much memory as LockOptions is usually short loved, but it generates a lot of allocations and GC work anyway.

--
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