[jdk15u-dev] Integrated: 8261022: Fix incorrect result of Math.abs() with char type
Ekaterina Vergizova
evergizova at openjdk.java.net
Wed May 19 08:31:44 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.
This pull request has now been integrated.
Changeset: 2a1129e7
Author: Ekaterina Vergizova <evergizova at openjdk.org>
URL: https://git.openjdk.java.net/jdk15u-dev/commit/2a1129e7951eb0652e9e5237099b4d27951d89be
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/jdk15u-dev/pull/60
More information about the jdk-updates-dev
mailing list