Optimize OopMapCache lookup

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 10
    • Affects Version/s: 10
    • Component/s: hotspot
    • None
    • b22

      The OopMapCache::lookup function that returns the oopMap for a specific (Method, bci) takes out a Mutex to lookup for each entry on the stack.

      The OopMapCache holds bitmaps to indicate where oops are in the locals and expression stack for a method at bci for interpreter frames found on the stack during GC.

      Lock free access speeds up GC root processing for thread stacks.

            Assignee:
            Coleen Phillimore
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: