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

Shenandoah: Consolidate/streamline runtime LRBs

XMLWordPrintable

    • gc
    • b23
    • generic
    • generic

      Currently, our various LRB entry points are a mess, and quite inefficient too.
      - We have three entry points, one is checking for null, and calls a non-null version, but that checks for null again
      - We don't have to check for null at all: it can be subsumed in the cset-check
      - The LRB resolves forwardee even though has_forwarded_objects() and in_cset() has not been checked
      - The LRB entry is not inlineable

            rkennke Roman Kennke
            rkennke Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: