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

[REDO] Shenandoah: Remove null-handling in LRB expansion

XMLWordPrintable

    • gc
    • b24
    • generic
    • generic

      Currently, we have a whole lot of code that deals with null-checking in our LRB expansion:
      - We generate a null-check before the cset-check. This used to be necessary when cset-check could not handle null, and because we did read the mark-word from the object. Both is no longer the case.
      - We shuffle around preceding or subsequent null-checks, and clone a null-check into the LRB midpath, all of which was necessary to make the null-check in mid-path be transformed into an implicit null-check. It's not needed anymore either.

            roland Roland Westrelin
            roland Roland Westrelin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: