RFR: JDK-8302644: IGV: Apply filters per graph tab and not globally [v15]

Tobias Holenstein tholenstein at openjdk.org
Thu Mar 30 08:16:33 UTC 2023


On Thu, 30 Mar 2023 08:04:12 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Tobias Holenstein has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   center nodes after zooming
>
> src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/DiagramViewModel.java line 358:
> 
>> 356: 
>> 357:     void close() {
>> 358:         System.out.println(getGraph().getDisplayName() + " removeListener to " + filterChain.getName());
> 
> Leftover from debugging?

right. I removed it

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12714#discussion_r1152892862


More information about the hotspot-compiler-dev mailing list