On Tue, 6 May 2025 14:55:53 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> improve synchronization in PreferenceProperties > > modules/javafx.graphics/src/main/java/com/sun/javafx/application/preferences/PreferenceProperties.java > line 258: > >> 256: } >> 257: >> 258: // This method must only be called on the FX application thread. > > add `Toolkit.getToolkit().checkFxUserThread();` then? The `Toolkit.getToolkit().checkFxUserThread()` check is in the calling method. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1655#discussion_r2077222882