[jdk17u-dev] Integrated: 8274130: C2: MulNode::Ideal chained transformations may act on wrong nodes
Aleksey Shipilev
shade at openjdk.java.net
Mon Jan 3 08:35:14 UTC 2022
On Tue, 21 Dec 2021 19:23:04 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Unclean backport to fix the potential C2 bug. The uncleanliness comes from the fact that [JDK-8273454](https://bugs.openjdk.java.net/browse/JDK-8273454) is missing in 17, therefore its hunk is ignored. But the other change, [JDK-8263006](https://bugs.openjdk.java.net/browse/JDK-8263006) is present in 17, which still introduces the bug this fix addresses.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug `tier1`
> - [x] Linux x86_64 fastdebug `tier1`
> - [x] Linux x86_64 fastdebug `tier3`
This pull request has now been integrated.
Changeset: 256356d4
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk17u-dev/commit/256356d4e3321e36052261cde0ad8f9dc42358a0
Stats: 10 lines in 1 file changed: 5 ins; 2 del; 3 mod
8274130: C2: MulNode::Ideal chained transformations may act on wrong nodes
Reviewed-by: kvn
Backport-of: 756d22c3563ac92e74bb68d5eecb86d4fbab2c6b
-------------
PR: https://git.openjdk.java.net/jdk17u-dev/pull/25
More information about the jdk-updates-dev
mailing list