Integrated: 8330262: C2: simplify transfer of GC barrier data from Ideal to Mach nodes

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Wed Apr 17 06:41:02 UTC 2024


On Mon, 15 Apr 2024 12:49:31 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> This (trivial?) cleanup reuses `MemNode::barrier_data()` (added recently by [JDK-8322692](https://bugs.openjdk.org/browse/JDK-8322692)) to compute the GC barrier data to be transferred from Ideal nodes to their corresponding Mach nodes in `Matcher::ReduceInst()`.
> 
> **Testing:** tier1-3 (windows-x64, linux-x64, linux-aarch64, and macosx-x64; release and debug mode).

This pull request has now been integrated.

Changeset: 9d63fee4
Author:    Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9d63fee49c3b365e19cf492412a6b6d8c9633964
Stats:     5 lines in 1 file changed: 0 ins; 4 del; 1 mod

8330262: C2: simplify transfer of GC barrier data from Ideal to Mach nodes

Reviewed-by: eosterlund, kvn

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

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


More information about the hotspot-compiler-dev mailing list