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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • hs12
    • Affects Version/s: hs12
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: