Integrated: 8354477: C2 SuperWord: make use of memory edges more explicit

Emanuel Peter epeter at openjdk.org
Mon Apr 21 11:44:56 UTC 2025


On Sun, 13 Apr 2025 13:40:13 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> This is a small refactoring, to make it more explicit that the "additional dependencies" are memory dependencies.
> 
> This is also preparatory work for [JDK-8324751](https://bugs.openjdk.org/browse/JDK-8324751), where we have two memory edge categories: strong and weak.
> 
> I was able to pass around `vtn_dependencies` in fewer occasions, and also renamed it to `vtn_memory_dependencies`.

This pull request has now been integrated.

Changeset: 4dd64b49
Author:    Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4dd64b49716144cc697fb461ff88860e2cbcaaea
Stats:     75 lines in 5 files changed: 20 ins; 13 del; 42 mod

8354477: C2 SuperWord: make use of memory edges more explicit

Reviewed-by: kvn, roland

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

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


More information about the hotspot-compiler-dev mailing list