To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48384


User lo changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Apr 29 09:26:40 -0700 
2005 -------
this seems to be a memory leak in xalan-j. Transformer instance are not getting
reclaimed, although there are no longer any explicit references to them. I
implemented a WeakReference cache for Transformer instances in
XSLTransformer.java in order to prevent the construction of multiple Transformer
objects for the same stylesheet. This is also a good performance boost when you
are working a lot with the same transformation.

fixed on CWS lo5

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to