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

ZGC: `fixup_partial_loads` was removed, but still are referenced

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • gc
    • b09
    • generic
    • generic

      `ZHeap::fixup_partial_loads` was removed in JDK-8224675, but there are still 3 occurrences in the code base.

      ## 1. `zHeap.hpp`

      ```
        void fixup_partial_loads();
      ```

      ## 2. `zArguments.cpp`

      ```
        // Verification before heap iteration not (yet) supported, for the
        // same reason we need fixup_partial_loads
        FLAG_SET_DEFAULT(VerifyBeforeIteration, false);
      ```

      ## 3. `zArguments.cpp`

      ```
        // Verification of stacks not (yet) supported, for the same reason
        // we need fixup_partial_loads
        DEBUG_ONLY(FLAG_SET_DEFAULT(VerifyStack, false));
      ```

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: