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

Replace PhaseTransform::eqv by pointer equality check

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • b23

      PhaseTransform::eqv(n1, n2) can be replaced by n1 == n2.

      Adlc also refers to it but actually does use == already instead:
            // Check for equivalence
            //
            // fprintf(fp, "phase->eqv( ");

            thartmann Tobias Hartmann
            thartmann Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: