On Fri, 18 Nov 2022 15:16:54 GMT, Alexey Ivanov <[email protected]> wrote:
>> Naveen Narayanan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8296275: Review comments fixed.
>
> test/jdk/java/awt/Desktop/JMenuItemSetAcceleratorTest.java line 83:
>
>> 81: System.out.println("Test skipped as Desktop is not
>> supported.");
>> 82: return;
>> 83: }
>
> Desktop is not used at all, is it?
Right, removed the Desktop check.
-------------
PR: https://git.openjdk.org/jdk/pull/11035