You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Robert Hu (JIRA)" <ji...@apache.org> on 2007/06/07 09:08:28 UTC

[jira] Updated: (HARMONY-4087) [classlib][luni] Performance improvement of java.util.Observable

     [ https://issues.apache.org/jira/browse/HARMONY-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Hu updated HARMONY-4087:
-------------------------------

    Attachment: HARMONY-4087.diff

1. Use List instead of Vector as the type of the container of Observers
2. Delete some unnecessary "synchronized"
3. refine "notifyObservers" method

> [classlib][luni] Performance improvement of java.util.Observable
> ----------------------------------------------------------------
>
>                 Key: HARMONY-4087
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4087
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Robert Hu
>         Attachments: HARMONY-4087.diff
>
>
> The performance of Observable can be improved by optimizing the synchronization.

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