RFR: JDK-8288750: IGV: Improve Shortcuts [v5]
Tobias Holenstein
tholenstein at openjdk.org
Mon Jun 27 07:32:11 UTC 2022
On Fri, 24 Jun 2022 12:03:14 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Tobias Holenstein has updated the pull request incrementally with one additional commit since the last revision:
>>
>> added missing files
>
> src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorTopComponent.java line 347:
>
>> 345: centerPanel.getActionMap().put("showSatellite",
>> 346: new AbstractAction("showSatellite") {
>> 347: @Override public void actionPerformed(ActionEvent e) {
>
> Suggestion:
>
> @Override
> public void actionPerformed(ActionEvent e) {
fixed
-------------
PR: https://git.openjdk.org/jdk/pull/9260
More information about the hotspot-compiler-dev
mailing list