Integrated: JDK-8297047: IGV: graphContent not set when opening a new tab
Tobias Holenstein
tholenstein at openjdk.org
Wed Nov 16 13:56:35 UTC 2022
On Tue, 15 Nov 2022 14:38:57 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
> 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:
> 
This pull request has now been integrated.
Changeset: 4946737f
Author: Tobias Holenstein <tholenstein at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4946737fcb581acaf2641d91c8db6728286ce29c
Stats: 13 lines in 1 file changed: 8 ins; 4 del; 1 mod
8297047: IGV: graphContent not set when opening a new tab
Reviewed-by: chagedorn, rcastanedalo
-------------
PR: https://git.openjdk.org/jdk/pull/11168
More information about the hotspot-compiler-dev
mailing list