[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1908) Invocations to SessionProxyInvocationHandlerBase make unnecessary SerializableMethod.toMethod calls
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Sep 16 07:29:23 EDT 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12486061#action_12486061 ]
jaikiran pai commented on EJBTHREE-1908:
----------------------------------------
This never made it to as-int 1.1.16 release. Changing the fixed version from 1.1.16 to 1.1.18 and will now be included into as-int as part of EJBTHREE-1923
> Invocations to SessionProxyInvocationHandlerBase make unnecessary SerializableMethod.toMethod calls
> ---------------------------------------------------------------------------------------------------
>
> Key: EJBTHREE-1908
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1908
> Project: EJB 3.0
> Issue Type: Task
> Components: proxy-impl
> Reporter: Andrew Lee Rubinger
> Assignee: Andrew Lee Rubinger
> Fix For: 1.1.16, Plugin 1.0.15
>
>
> Each call to invoke upon an EJB3 session proxy checks to see if the invocation can be handled directly (ie. hashCode, equals, toString), making 4 calls to SerializableMethod.toMethod in total. These may all be bypassed by checking equality of the j.l.r.Method directly
--
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