ZUtils::alloc_aligned allocates without reporting to NMT

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 24
    • Affects Version/s: 24
    • Component/s: hotspot
    • gc
    • b11

      ZUtils::alloc_aligned allocates with posix_memalign without registering the allocation with NMT. This makes us under report allocated c-heap memory.

      Consider adding appropriate calls to NMT to register this memory, or update the code to use os::malloc and manually align the memory.

            Assignee:
            Joel Sikström
            Reporter:
            Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: