Integrated: 8263384: IGV: Outline should highlight the Graph that has focus

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Mon Jun 20 07:29:59 UTC 2022


On Wed, 15 Jun 2022 12:47:54 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> This changeset eases navigation within and across graph groups by highlighting the focused graph in the Outline window. If the user changes the focus to another graph window, or moves to the previous or next graph within the same window, the newly focused graph is automatically highlighted in the Outline window. This is implemented by maintaining a static map from opened graphs to their corresponding [NetBeans nodes](https://urldefense.com/v3/__https://netbeans.apache.org/tutorials/nbm-selection-2.html__;!!ACWV5N9M2RV99hQ!NZCgdKA-E7jkBi4T5SeOA6l3e_FUhSsRVFURKKtcs_IDtTzGBwcADgcQs8rvnj1Z_8yXg3XloM_AKtVQzJpCpoNT3gMr3QnYCVp-Ug$ ). The Outline window uses the map to select, on a graph focus change, the NetBeans node of the newly focused graph that should be highlighted.
> 
> Tested manually by opening simultaneously tens of graphs from different groups and switching the focus randomly.

This pull request has now been integrated.

Changeset: 02da5f99
Author:    Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/02da5f9970ae02e0a67a8bae7cddefe9f3a17ce4
Stats:     64 lines in 2 files changed: 58 ins; 0 del; 6 mod

8263384: IGV: Outline should highlight the Graph that has focus

Reviewed-by: xliu, chagedorn, thartmann

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

PR: https://git.openjdk.org/jdk/pull/9167


More information about the hotspot-compiler-dev mailing list