RFR: 8302738: IGV: refine 'Simplify graph' filter [v2]
Tobias Holenstein
tholenstein at openjdk.org
Tue Mar 28 09:53:36 UTC 2023
On Tue, 28 Mar 2023 09:40:22 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
> > I agree with your suggestion to remove the partial implementation and try to fully support it later in a separate RFE. That might be the cleanest solution for now. And we could still take your current code as a starting point for that RFE .
>
> Thanks, yes, if everyone agrees on this I will extract the partial implementation into a separate patch. What do you think @tobiasholenstein?
Yes, that is fine with me. I think the only thing missing is searching for nodes that are hidden and inlined. IGV adds them to the set of visible nodes. But if the "outer" nodes is not visible, they are not shown. Only thing missing would be to make the outer nodes visible as well if any of the inlined nodes are visible
-------------
PR Comment: https://git.openjdk.org/jdk/pull/12955#issuecomment-1486547184
More information about the hotspot-compiler-dev
mailing list