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

Use real nodes queue for IGVN processing

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 7
    • hs14
    • hotspot
    • None
    • sparc
    • solaris_10

      Currently UniqueNodeList is used for GVN oprimizations.
      Unfortunately the nodes on UniqueNodeList could be shuffled
      and processed not in the order they were put on the list.
      With delayed IGVN processing during macro nodes expansion
      it causes the problem since n->bottom_type() and igvn->type(n)
      may not match.

            kvn Vladimir Kozlov
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: