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

Escape Analysis: Add the instance's field information to PhiNode.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • hs12
    • hs12
    • hotspot
    • None
    • b02
    • sparc
    • solaris_10
    • Not verified

        Phi nodes are generated when needed to represent instance's fields values to scalar
        replace an allocation. They are generated during memory optimization by using
        split_through_phi optimization. It creates problem when we do this for loop's Phi
        since there is no a guard against infinite (for each optimization path for the loop)
        generation of such values Phi nodes.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: