RFR: 8360160: ubuntu-22-04 machine is failing client tests [v2]
    Damon Nguyen 
    dnguyen at openjdk.org
       
    Tue Aug 26 01:47:55 UTC 2025
    
    
  
On Mon, 25 Aug 2025 20:21:42 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Replace setAutoDelay
>
> test/jdk/java/awt/Frame/FrameVisualTest.java line 90:
> 
>> 88:                     if (frames[index] != null) {
>> 89:                         frames[index].setVisible(false);
>> 90:                         frames[index].dispose();
> 
> Calling `setVisible(false)` before `dispose` is redundant.
Removed, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26871#discussion_r2299510592
    
    
More information about the client-libs-dev
mailing list