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

Sanne Grinovero (JIRA) noreply at atlassian.com
Wed Nov 30 12:51:19 EST 2011


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