Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8304442

Allocate VirtualMemoryTracker into Arena

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 21
    • 21
    • 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).

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

              Created:
              Updated:
              Resolved: