Integrated: 8291649: multiple tests failing with -Xcomp after JDK-8290034

Jatin Bhateja jbhateja at openjdk.org
Wed Aug 31 05:05:28 UTC 2022


On Tue, 23 Aug 2022 17:58:39 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> Hi,
> 
> This bug fix patch fixes the incorrect computation during constant folding of Reverse[IL] IR node.
> A new utility class has been added to optimize computation of reverse_bit operation using GCC built-ins.
> 
> Kindly review and share your feedback.
> 
> Best Regards,
> Jatin

This pull request has now been integrated.

Changeset: 38377d5e
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/38377d5eb785829525739479a77dec250c477efc
Stats:     235 lines in 5 files changed: 214 ins; 17 del; 4 mod

8291649: multiple tests failing with -Xcomp after JDK-8290034

Co-authored-by: Kim Barrett <kbarrett at openjdk.org>
Co-authored-by: John R Rose <jrose at openjdk.org>
Reviewed-by: kbarrett, jrose

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

PR: https://git.openjdk.org/jdk/pull/9987


More information about the hotspot-dev mailing list