[jdk13u-dev] RFR: 8261022: Fix incorrect result of Math.abs() with char type

Yuri Nesterenko yan at openjdk.java.net
Thu Mar 18 09:33:58 UTC 2021


On Thu, 18 Mar 2021 09:11:28 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

> I'd like to backport JDK-8261022 to 13u for parity with 11u.
> The patch applies cleanly, but requires some modification due to absence of VectorNode::is_shift_opcode in 13u (JDK-8257625 is not in 13u), replaced by similar VectorNode::is_shift.
> Tested with tier1; new test fails without the patch, passes with it.

Marked as reviewed by yan (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk13u-dev/pull/152


More information about the jdk-updates-dev mailing list