Integrated: JDK-8297007: IGV: Link/Unlink node selection of open tabs
Tobias Holenstein
tholenstein at openjdk.org
Thu Nov 17 14:10:24 UTC 2022
On Tue, 15 Nov 2022 15:37:26 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
> In IGV graphs can be opened in several tabs and then display them side-by-side. Previously, when the user selected nodes in tab A the selection was also applied in tab B.
>
> We now introduce a new global button to link and unlink the selection of different tabs.
> 
>
> If the button is **pressed**, the selection is **linked** globally across tabs:
> 
>
> If the button is **not pressed**, the selection is **not linked** across tabs. This is the default setting:
> 
>
> # Implementation
> The `SelectionCoordinator` is responsible to update the other tabs when the selection changes. We simply disable the `SelectionCoordinator` when the link button is not pressed, and enable it otherwise.
This pull request has now been integrated.
Changeset: 4120db13
Author: Tobias Holenstein <tholenstein at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4120db13d48dfbae1aa3c3c9d03229d6ac133c91
Stats: 165 lines in 15 files changed: 127 ins; 6 del; 32 mod
8297007: IGV: Link/Unlink node selection of open tabs
Reviewed-by: rcastanedalo, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/11171
More information about the hotspot-compiler-dev
mailing list