Enable interpreter oopMapCache for concurrent GCs

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: hotspot

      Interpreter oop maps are computed lazily, because they are expensive to compute.

      GCs uses a small hash table per instance class to cache computed oop maps during STW root scan, but not for concurrent root scan.

      Concurrent GCs should be able to take advantage the oop map cache to speed up root scan.

            Assignee:
            Zhengyu Gu
            Reporter:
            Zhengyu Gu
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: