RFR: 8361521 : BogusFocusableWindowState.java fails with StackOverflowError on Linux [v6]
Anass Baya
abaya at openjdk.org
Thu Aug 28 07:53:29 UTC 2025
> **Analysis:**
> The getFocusableWindowState() method is not intended to modify the configuration; doing so can cause recursive re-entry on Linux.
>
> **Proposed Fix:**
> We are intentionally overriding getFocusableWindowState() to allow it to change the configuration, in order to verify that calling getScreenImOn() for ownerless windows does not throw any exceptions.
> To prevent recursive re-entry, we use a flag to ensure that getFocusableWindowState() is executed only once
Anass Baya has updated the pull request incrementally with one additional commit since the last revision:
Add Bug ID
Update fix
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26298/files
- new: https://git.openjdk.org/jdk/pull/26298/files/3e893a08..dbd1f032
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26298&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26298&range=04-05
Stats: 4 lines in 2 files changed: 1 ins; 1 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/26298.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26298/head:pull/26298
PR: https://git.openjdk.org/jdk/pull/26298
More information about the client-libs-dev
mailing list