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

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

    XMLWordPrintable

Details

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

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: