[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1895) Use log.trace in InterceptorSequencer

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Wed Aug 19 07:04:26 EDT 2009


Use log.trace in InterceptorSequencer
-------------------------------------

                 Key: EJBTHREE-1895
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1895
             Project: EJB 3.0
          Issue Type: Task
          Components: interceptors
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 1.1.15


Profiling has revealed a hotspot in invocation:

public Object aroundInvoke(Invocation invocation) throws Throwable
   {
      log.debug("aroundInvoke " + invocation);
      return invoke(invocation);
   }

Change this to log.trace() and apply a isTraceEnabled check

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list