RFR: JDK-8283401: ArrayIndexOutOfBoundsException when disconnecting screen(s)
Marius Hanl
mhanl at openjdk.org
Wed Aug 9 20:09:04 UTC 2023
On Wed, 9 Aug 2023 18:46:11 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> I notice that the logic to assign adapter ordinals is now duplicated in two places in the codebase. Have you thought about moving the implementation into the `Screen` class?
I actually considered this but I really want to keep the diff in this PR as small as possible, as this is a very sensitive area. If something is broken here, it will affect a lot of Windows users.
IMO this is a good idea for a follow up PR, as soon as this one is merged.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1200#issuecomment-1672067822
More information about the openjfx-dev
mailing list