RFR: JDK-8287094: IGV: show node input numbers in edge tooltips [v4]

Tobias Holenstein tholenstein at openjdk.org
Mon Jun 27 08:59:18 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]`
> ![edge](https://urldefense.com/v3/__https://user-images.githubusercontent.com/71546117/175506945-6f5137d2-7647-4acb-a135-8fcb719df3e6.png__;!!ACWV5N9M2RV99hQ!NawfeF--fUveYf2Qrj8qWB4HyN_nNdlD4PYKbeaQBeFAQBvbZoVqcej6qx-pyIwsjjoEMFr4f__2imOj2Ra0AekxTpVvorbLV3-V$ )

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>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9273/files
  - new: https://git.openjdk.org/jdk/pull/9273/files/2b9545d8..53585918

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9273&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9273&range=02-03

  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 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