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

Tobias Holenstein tholenstein at openjdk.org
Fri Apr 12 13:40:42 UTC 2024


On Fri, 12 Apr 2024 08:57:25 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> Thanks for addressing my questions and comments so far, Toby!
> 
> One more high-level question: currently, it seems the graph state is restored only for graphs from opened graph files, but not for graphs that are imported (e.g. from other graph files or from the network). Would it be hard to restore also the state from imported graphs? This is probably not a high-priority use case, but would be nice to e.g. enable sending graphs from gdb that are opened directly and where e.g. one node is highlighted.

If graphs are sent over the network with `<graphStates>` they are automatically opened. But this feature is currently not available in C2. Regarding manually importing a graph I prefer to not automatically open the Tabs.

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

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


More information about the hotspot-compiler-dev mailing list