Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2083

Reduce number of object allocations and memory footprint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.0.0.Alpha15
    • 3.0.0.Alpha14
    • Modules, Server
    • None

    Description

      Profiler shows that we lots of duplicate object allocations with empty arrays
      It also shows that lots of our builder objects are kept in memory even after builder did its job and created the object.
      There are also cases where inner classes should be static to prevent capturing object reference to be kept
      and many other cases.

      Attachments

        Issue Links

          Activity

            People

              tomazcerar Tomaž Cerar (Inactive)
              tomazcerar Tomaž Cerar (Inactive)
              Jan Martiska Jan Martiska
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: