Allocate VirtualMemoryTracker into Arena

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • 21
    • Affects Version/s: 21
    • Component/s: hotspot

      VirtualMemoryTracker currently allocate all of its linked list nodes into the C heap. It's faster to allocate them in an Arena, as you avoid the full malloc calls each time and traversing them becomes faster (fewer cache misses).

            Assignee:
            Johan Sjölen
            Reporter:
            Johan Sjölen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: