RFR: 8349255: TitledPane: exception initializing in a background thread [v2]
Michael Strauß
mstrauss at openjdk.org
Fri Feb 14 21:50:18 UTC 2025
On Fri, 14 Feb 2025 18:20:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> ## Root Cause
>>
>> Animation was started in the background thread, causing concurrent access.
>>
>> ## Solution
>>
>> Disable animation if not the fx app thread.
>
> Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 27 commits:
>
> - revert
> - Merge remote-tracking branch 'origin/master' into 8349255.thread.safe.titled.pane
> - the fix
> - Merge branch 'master' into 8349255.thread.safe.titled.pane
> - Merge branch 'master' into 8349255.thread.safe.titled.pane
> - get parent
> - Merge branch '8348423.node.thread.safety' into 8347392.thread.safe.utils
> - review comments
> - Merge remote-tracking branch 'origin/master' into 8348423.node.thread.safety
> - Merge branch '8348423.node.thread.safety' into 8347392.thread.safe.utils
> - ... and 17 more: https://git.openjdk.org/jfx/compare/d1f5ea81...2c9740e9
Looks good.
-------------
Marked as reviewed by mstrauss (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/1707#pullrequestreview-2618863816
More information about the openjfx-dev
mailing list