Integrated: 8333434: IGV: Print loop node for PHASE_BEFORE/AFTER_CLOOPS

Christian Hagedorn chagedorn at openjdk.org
Mon Jun 3 14:06:07 UTC 2024


On Mon, 3 Jun 2024 12:53:47 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This simple patch adds loop nodes for `PHASE_BEFORE_CLOOPS` (the `LoopNode` to be converted) and `PHASE_AFTER_CLOOPS` (the newly created `CountedLoopNode`) in IGV:
> 
> Before patch:
> ![image](https://github.com/openjdk/jdk/assets/17833009/6771160e-4d2e-423a-9578-40562c053a6f)
> 
> With patch:
> ![image](https://github.com/openjdk/jdk/assets/17833009/b6870a67-8c5e-42be-87f0-1b8de7269298)
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 1f9e6290
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1f9e62904c624b12bd344d2ef3021eb5d3377197
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8333434: IGV: Print loop node for PHASE_BEFORE/AFTER_CLOOPS

Reviewed-by: thartmann, rcastanedalo

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

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


More information about the hotspot-compiler-dev mailing list