RFR: JDK-8287094: IGV: show node input numbers in edge tooltips [v3]
Tobias Holenstein
tholenstein at openjdk.org
Fri Jun 24 10:40:31 UTC 2022
> 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:
Revert "CustomSelectAction added"
This reverts commit 7bc3758905b50df39c188e1e2d90e222839ddedf.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9273/files
- new: https://git.openjdk.org/jdk/pull/9273/files/7bc37589..2b9545d8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9273&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9273&range=01-02
Stats: 67 lines in 1 file changed: 0 ins; 67 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9273.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9273/head:pull/9273
PR: https://git.openjdk.org/jdk/pull/9273
More information about the hotspot-compiler-dev
mailing list