[ 
https://issues.apache.org/jira/browse/OPENJPA-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476343
 ] 

Patrick Linskey commented on OPENJPA-160:
-----------------------------------------

Assuming that field initializations aren't being counted in <init>, the only 
thing that could be taking time is the 
Thread.currentThread().getContextClassLoader() call. Can you run a test with 
_loader set to null to see if that's the culprit?

Based on quick examination, it looks like if it's set to null, the code should 
still work, but it's possible that having a null loader returned by 
BrokerImpl.getClassLoader() could cause problems.

> 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, perf2.jpg, perf3.jpg
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to