RFR: 8283612: IGV: Remove Graal module
Christian Hagedorn
chagedorn at openjdk.java.net
Fri Jun 10 07:21:06 UTC 2022
On Fri, 10 Jun 2022 06:01:48 GMT, Koichi Sakata <ksakata at openjdk.org> wrote:
> 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.
Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9119
More information about the hotspot-compiler-dev
mailing list