You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2011/03/17 05:49:29 UTC

[jira] Created: (JCRRMI-30) Serializable Binary synchronizes readObject unnecessarily

Serializable Binary synchronizes readObject unnecessarily
---------------------------------------------------------

                 Key: JCRRMI-30
                 URL: https://issues.apache.org/jira/browse/JCRRMI-30
             Project: Jackrabbit JCR-RMI
          Issue Type: Improvement
    Affects Versions: 2.1.0
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 2.1.0


readObject, like constructors, are thread safe being only reachable by one thread. I'm removing the synchronized attribute on org.apache.jackrabbit.rmi.value.SerializableBinary.readObject.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (JCRRMI-30) Serializable Binary synchronizes readObject unnecessarily

Posted by "Dave Brosius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCRRMI-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius resolved JCRRMI-30.
--------------------------------

    Resolution: Fixed

> Serializable Binary synchronizes readObject unnecessarily
> ---------------------------------------------------------
>
>                 Key: JCRRMI-30
>                 URL: https://issues.apache.org/jira/browse/JCRRMI-30
>             Project: Jackrabbit JCR-RMI
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> readObject, like constructors, are thread safe being only reachable by one thread. I'm removing the synchronized attribute on org.apache.jackrabbit.rmi.value.SerializableBinary.readObject.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (JCRRMI-30) Serializable Binary synchronizes readObject unnecessarily

Posted by "Dave Brosius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCRRMI-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007812#comment-13007812 ] 

Dave Brosius commented on JCRRMI-30:
------------------------------------

Committed revision 1082398 to main

> Serializable Binary synchronizes readObject unnecessarily
> ---------------------------------------------------------
>
>                 Key: JCRRMI-30
>                 URL: https://issues.apache.org/jira/browse/JCRRMI-30
>             Project: Jackrabbit JCR-RMI
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> readObject, like constructors, are thread safe being only reachable by one thread. I'm removing the synchronized attribute on org.apache.jackrabbit.rmi.value.SerializableBinary.readObject.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira