MemBaseline accesses VMT without using lock

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: hotspot
    • b15

      Two instances of this occur.

      memBaseline.cpp:164
        if (!VirtualMemoryTracker::Instance::walk_virtual_memory(&virtual_memory_walker)) {
          return false;
        }

      memBaseline.cpp:219
      site->commit_memory(VirtualMemoryTracker::Instance::committed_size(rgn));

      This needs to grab the NMTVirtualMemoryLock.

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

              Created:
              Updated:
              Resolved: