Integrated: 8263248: IGV: accept graphs without node categories

Roberto Castañeda Lozano rcastanedalo at openjdk.java.net
Thu Mar 11 12:45:08 UTC 2021


On Wed, 10 Mar 2021 08:30:24 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> Currently, IGV fails if the input graphs do not contain node category information (added in JDK 17). This change replaces the failing assertion with a warning message in the log file, to support using the latest IGV on graphs generated before JDK 17.
> 
> Tested manually on graphs generated [from JDK 11](https://bugs.openjdk.java.net/secure/attachment/93600/from-jdk-11.zip) and [from JDK 17](https://bugs.openjdk.java.net/secure/attachment/93601/from-jdk-17.zip).

This pull request has now been integrated.

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

8263248: IGV: accept graphs without node categories

If the input graph does not contain node category information, emit a warning
message and proceed loading the graph, instead of failing.

Reviewed-by: neliasso, chagedorn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list