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