Integrated: 8262725: IGV: crash when removing all graphs in a group

Roberto Castañeda Lozano rcastanedalo at openjdk.java.net
Tue Apr 20 08:01:09 UTC 2021


On Fri, 16 Apr 2021 09:11:30 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> This change makes IGV close graph views when their groups are either a) removed or b) emptied (all graphs are removed but the group remains), and avoids faulty graph view computation in case b).
> 
> Tested the following scenarios manually (on groups loaded both via network and from a file, and on JDK 8, 11, and 15):
> 1. open a graph, then remove all graphs in the group (as described in the [bug report](https://bugs.openjdk.java.net/browse/JDK-8262725));
> 2. open a graph, then remove its group; and
> 3. open a graph, then remove all graphs and groups (File -> Remove all graphs and groups).

This pull request has now been integrated.

Changeset: 51366439
Author:    Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/51366439
Stats:     23 lines in 2 files changed: 21 ins; 0 del; 2 mod

8262725: IGV: crash when removing all graphs in a group

Make IGV close graph views when their groups are either removed or emptied, and
avoid faulty graph view computation for empty groups.

Reviewed-by: chagedorn, rrich

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

PR: https://git.openjdk.java.net/jdk/pull/3540


More information about the hotspot-compiler-dev mailing list