RFR: 8361521 : BogusFocusableWindowState.java fails with StackOverflowError on Linux [v4]

Anass Baya abaya at openjdk.org
Wed Aug 20 05:05:21 UTC 2025


On Wed, 20 Aug 2025 03:33:32 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Anass Baya has updated the pull request incrementally with three additional commits since the last revision:
>> 
>>  - Respect rules
>>  - remove space
>>  - Update focusability only when it is needed
>
> src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java line 1101:
> 
>> 1099:             }
>> 1100:         }
>> 1101:         if(isVisible() != vis) {
> 
> you may add a space "if (isVisible() != vis) {"

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26298#discussion_r2286987635


More information about the client-libs-dev mailing list