[jdk13u-dev] Integrated: 8261022: Fix incorrect result of Math.abs() with char type
Ekaterina Vergizova
evergizova at openjdk.java.net
Thu Mar 18 11:16:42 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.
This pull request has now been integrated.
Changeset: ff29b0b8
Author: Ekaterina Vergizova <evergizova at openjdk.org>
URL: https://git.openjdk.java.net/jdk13u-dev/commit/ff29b0b8
Stats: 77 lines in 2 files changed: 66 ins; 1 del; 10 mod
8261022: Fix incorrect result of Math.abs() with char type
Reviewed-by: yan
Backport-of: 7a2db858e0e81f2ba17c3554386bb6a833318b3d
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/152
More information about the jdk-updates-dev
mailing list