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

Shenandoah: Duplicated code in ShenandoahBarrierSetC2::ideal_node()

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 8-shenandoah, 11-pool, 16-pool, 17
    • 17
    • hotspot
    • gc
    • b26

    Description

      Node::set_req_X definition as:
      void Node::set_req_X(uint i, Node *n, PhaseGVN *gvn) {
        PhaseIterGVN* igvn = gvn->is_IterGVN();
        if (igvn == NULL) {
          set_req(i, n);
          return;
        }
        set_req_X(i, n, igvn);
      }

      ShenandoahBarrierSetC2::ideal_node() duplicates above logic.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: