RFR: 8283612: IGV: Remove Graal module

Koichi Sakata ksakata at openjdk.java.net
Fri Jun 10 06:09:33 UTC 2022


This pull request removes Graal module in Ideal Graph Visualizer. I think you might know that Graal JIT compiler was removed from OpenJDK in version 17. So IGV doesn't need to support Graal's dump files any more. It is noted that GraalVM has its own version of IGV (https://www.graalvm.org/22.1/tools/igv/).

It seems that there are no test cases related to Graal module. I've built IGV, run it and opened the graphs. Those were all successful.

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

Commit messages:
 - Remove Graal module

Changes: https://git.openjdk.org/jdk/pull/9119/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9119&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8283612
  Stats: 423 lines in 16 files changed: 0 ins; 423 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/9119.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9119/head:pull/9119

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


More information about the hotspot-compiler-dev mailing list