[jdk13u-dev] RFR: 8261022: Fix incorrect result of Math.abs() with char type
Ekaterina Vergizova
evergizova at openjdk.java.net
Thu Mar 18 09:18:14 UTC 2021
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.
-------------
Commit messages:
- Backport 7a2db858e0e81f2ba17c3554386bb6a833318b3d
Changes: https://git.openjdk.java.net/jdk13u-dev/pull/152/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk13u-dev&pr=152&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8261022
Stats: 77 lines in 2 files changed: 66 ins; 1 del; 10 mod
Patch: https://git.openjdk.java.net/jdk13u-dev/pull/152.diff
Fetch: git fetch https://git.openjdk.java.net/jdk13u-dev pull/152/head:pull/152
PR: https://git.openjdk.java.net/jdk13u-dev/pull/152
More information about the jdk-updates-dev
mailing list