You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2007/12/12 04:33:43 UTC

[jira] Closed: (XALANJ-2336) Xalan-J should stop using java.util.Vector in some cases

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

Brian Minchau closed XALANJ-2336.
---------------------------------


closing this issue.

> Xalan-J should stop using java.util.Vector in some cases
> --------------------------------------------------------
>
>                 Key: XALANJ-2336
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2336
>             Project: XalanJ2
>          Issue Type: Improvement
>    Affects Versions: 2.7
>            Reporter: Brian Minchau
>             Fix For: 2.7.1
>
>         Attachments: IteratorPool.patch2.txt, ObjectPool.patch3.txt, patch1.txt
>
>
> Xalan-J uses the java.util.Vector class.
> This class is synchronized. Until now its newer unsynchronized equivalent, java.util.ArrayList and java.util.LinkedList could not be used. However now that we have dropped support for 1.1.x we can move up to use the newer classes available since JRE 1.2
> We should do this because the code will run faster.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org