On Thu, 5 Jan 2023 05:26:26 GMT, Tejesh R <[email protected]> wrote: > Windows count check was added as part of > [JDK-8290469](https://bugs.openjdk.org/browse/JDK-8290469) fix, to avoid > window positional shift which happens during application startup. The > condition handled only for windows type of Window and not for Frame/Dialog > which is the root cause for the bug. I have updated the condition for other > Window types as a fix.
Fix looks good. ------------- Marked as reviewed by honkar (Committer). PR: https://git.openjdk.org/jdk/pull/11859
