With JDK-26, there is a new error when running tests. It seems that this is related how records hash their values. With `JDK_HOME` set to a JDK-26, I can reliable reproduce this error by running: > ./gradlew :controls:test --tests TextLayoutUtilsContractTest
Fix: `com.sun.javafx.geom.transform` added to the `addExports`. This is where `BaseTransform` is located. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8385737: TextLayoutUtilsContractTest fails when run with JDK 26 or later Changes: https://git.openjdk.org/jfx/pull/2180/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2180&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8385737 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jfx/pull/2180.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2180/head:pull/2180 PR: https://git.openjdk.org/jfx/pull/2180
