RFR: 8348645: IGV: visualize live ranges [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Tue Feb 18 10:31:27 UTC 2025
On Tue, 18 Feb 2025 09:48:41 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Check if live range widgets actually exist for computing block visibility
>
> src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ShowLiveRangesAction.java line 34:
>
>> 32: import org.openide.util.ImageUtilities;
>> 33:
>> 34: public class ShowLiveRangesAction extends AbstractAction implements PropertyChangeListener {
>
> Suggestion:
>
> public class ShowLiveRangesAction extends AbstractAction implements PropertyChangeListener {
Done (commit 08ee449e), thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23558#discussion_r1959466940
More information about the hotspot-compiler-dev
mailing list