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

Yuri Nesterenko yan at openjdk.java.net
Tue May 18 13:28:58 UTC 2021


On Tue, 18 May 2021 12:39:46 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

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

OK with me: in 11 the change is about the same

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

Marked as reviewed by yan (Reviewer).

PR: https://git.openjdk.java.net/jdk15u-dev/pull/60


More information about the jdk-updates-dev mailing list