PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1561 *** shadow/1561 Sun May 20 17:26:24 2001 --- shadow/1561.tmp.2191 Wed Aug 1 18:21:24 2001 *************** *** 1,19 **** ! Bug#: 1561 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Enhancement ! Priority: Medium ! Component: org.apache.xalan.stree ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: Using too much memory in apply-templates due to DocImpl bug ! The constructor DocImpl(int charBufSize) passed charBufSize directly as the parameter to the FastStringBuffer() constructor. Instead, the following code might be more appropriate, as it determines the order of magnitude desired by --- 1,19 ---- ! +============================================================================+ ! | Using too much memory in apply-templates due to DocImpl bug | ! +----------------------------------------------------------------------------+ ! | Bug #: 1561 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.1 | ! | Resolution: WONTFIX Platform: PC | ! | Severity: Enhancement OS/Version: All | ! | Priority: Medium Component: org.apache.xalan.stree | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | The constructor DocImpl(int charBufSize) passed charBufSize directly as the parameter to the FastStringBuffer() constructor. Instead, the following code might be more appropriate, as it determines the order of magnitude desired by *************** *** 49,51 **** --- 49,54 ---- m_chars = new FastStringBuffer(bitCount); // m_id = m_idCount++; } + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-01 18:21 ------- + Closing bug, as the stree module has been removed. \ No newline at end of file
