Integrated: 8377706: [iOS] UI API called on a background thread: UIView layer
Jose Pereda
jpereda at openjdk.org
Fri Feb 13 09:33:44 UTC 2026
On Wed, 11 Feb 2026 20:53:05 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> This PR adds a thread check to verify that native iOS UI code runs on the main thread, in a similar way as how `(void)setFrame:(CGRect)boundsRect` calls `_setBounds()`.
This pull request has now been integrated.
Changeset: 422d34c0
Author: Jose Pereda <jpereda at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/422d34c0f84d78345b1f9c73168890d6dfa0f976
Stats: 10 lines in 1 file changed: 9 ins; 0 del; 1 mod
8377706: [iOS] UI API called on a background thread: UIView layer
Reviewed-by: prr
-------------
PR: https://git.openjdk.org/jfx/pull/2073
More information about the openjfx-dev
mailing list