RFR: JDK-8297047: IGV: graphContent not set when opening a new tab
Tobias Holenstein
tholenstein at openjdk.org
Tue Nov 15 14:51:48 UTC 2022
Open any graph in IGV. The graph will be opened in a new tab as expected. But the tab has the name "graph" instead of the actual graph name. Further, the "Bytecode" and "Control Flow" windows are not updated with the current graph.
The reason was that `graphContent` was not set when opening a new EditorTopComponent.
Before:

Now the title of tab and the "Control Flow" is updated:

-------------
Commit messages:
- JDK-8297047: IGV: graphContent not set when opening a new tab
Changes: https://git.openjdk.org/jdk/pull/11168/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11168&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8297047
Stats: 13 lines in 1 file changed: 8 ins; 4 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/11168.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11168/head:pull/11168
PR: https://git.openjdk.org/jdk/pull/11168
More information about the hotspot-compiler-dev
mailing list