RFR: JDK-8287094: IGV: show node input numbers in edge tooltips [v4]
Tobias Hartmann
thartmann at openjdk.org
Mon Jun 27 11:05:51 UTC 2022
On Mon, 27 Jun 2022 08:59:18 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
>> For nodes with many inputs, such as safepoints, it is difficult and error-prone to figure out the exact input number of a given incoming edge.
>>
>> Extend the Edge Tooltips to include the input number of the destination node:
>> **Before** `91 Addl -> 92 SafePoint`
>> **Now** `91 Addl -> 92 SafePoint [NR]`
>> 
>
> Tobias Holenstein has updated the pull request incrementally with one additional commit since the last revision:
>
> Update src/utils/IdealGraphVisualizer/Graph/src/main/java/com/sun/hotspot/igv/graph/FigureConnection.java
>
> String concatenation
>
> Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>
Looks good.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9273
More information about the hotspot-compiler-dev
mailing list