You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/08/12 01:42:18 UTC

DO NOT REPLY [Bug 22334] New: - several oft-called methods use heap memory for constants

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22334>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22334

several oft-called methods use heap memory for constants

           Summary: several oft-called methods use heap memory for constants
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: Eric.D.Friedman@wellsfargo.com


While doing memory profiling, I noticed several spots in which oft-called
methods allocate object arrays on the heap with constant values.  This is
wasteful and slow.  Attaching a list of spots in a follow on, which I will
attack later today.