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

Enable interpreter oopMapCache for concurrent GCs

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: