RFR: 8282547: IGV: add control-flow graph view [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.java.net
Wed Mar 23 08:32:36 UTC 2022
On Thu, 17 Mar 2022 10:03:17 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Refactor code as suggested by Christian
>
> src/utils/IdealGraphVisualizer/Layout/src/main/java/com/sun/hotspot/igv/layout/Link.java line 37:
>
>> 35: public Port getFrom();
>> 36:
>> 37: public Cluster getFromCluster();
>
> `public` can be removed for interface methods.
I declared it explicitly as `public` for consistency with the rest of the IGV project, see my earlier reply.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7817
More information about the hotspot-compiler-dev
mailing list