RFR: 8324950: IGV: save the state to a file [v20]

Tobias Holenstein tholenstein at openjdk.org
Thu Apr 11 07:35:43 UTC 2024


On Wed, 10 Apr 2024 13:41:24 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> When a graph file with several graphs is opened (e.g. [three-graphs.zip](https://github.com/openjdk/jdk/files/14932810/three-graphs.zip)), clicking on the tabs of the opened graphs does not highlight the corresponding entries in the Outline tree (as done when the graphs are freshly imported). Would it be possible to have the same behavior regardless of whether the displayed graphs are opened or imported?

It should be fixed now. The entries in the Outline tree are computed lazily. So they don't exist until the folder is extended

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

PR Comment: https://git.openjdk.org/jdk/pull/17630#issuecomment-2049098247


More information about the hotspot-compiler-dev mailing list