-
Bug
-
Resolution: Fixed
-
P5
-
24
-
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.
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.
- links to
-
Commit(master) openjdk/jdk/964d8d22
-
Review(master) openjdk/jdk/21353