[ https://issues.apache.org/jira/browse/OPENJPA-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476471 ]
Patrick Linskey commented on OPENJPA-160: ----------------------------------------- So the only thing that I think is left to try to control is the field declarations in BrokerImpl. I'm going to put together a patch that moves all fields in BrokerImpl into an inner class, sets the inner class instance variable to null in the constructor phase, and then instantiates the inner class (and therefore the extra memory of the variables) during initialize(), which is called after construction. > Reuse BrokerImpl objects > ------------------------ > > Key: OPENJPA-160 > URL: https://issues.apache.org/jira/browse/OPENJPA-160 > Project: OpenJPA > Issue Type: Sub-task > Reporter: Michael Dick > Assigned To: Patrick Linskey > Attachments: newprofile.jpg, openjpa-160-patch.txt, > openjpa-160-patch.txt, openjpa-160-patch.txt, openjpa-160-patch.txt, > perf2.jpg, perf3.jpg, profile_explicitclass.jpg > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.