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

[PPC64] Wrong ConditionRegister used in ppc64.ad: flagsRegCR0 cr1

XMLWordPrintable

    • b22
    • ppc

      array_equalsB and array_equalsC currently use flagsRegCR0 cr1 to specify a KILL effect. Correct would be: flagsRegCR1 cr1
      This doesn't cause problems because C2 doesn't use multiple ConditionRegisters at the same time and CR0 already has a KILL effect.
      Should be cleaned up.

            sroy Suchismith Roy
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: