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

Optimize OopMapCache lookup

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 10
    • 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.

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

              Created:
              Updated:
              Resolved: