On Mon, 1 Jun 2026 22:02:31 GMT, Marius Hanl <[email protected]> wrote:
> 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). This pull request has now been integrated. Changeset: 9670a18a Author: Marius Hanl <[email protected]> URL: https://git.openjdk.org/jfx/commit/9670a18a038824f302fe430d754a4a501b95c98e Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod 8385737: TextLayoutUtilsContractTest fails when run with JDK 26 or later Reviewed-by: angorya, kcr ------------- PR: https://git.openjdk.org/jfx/pull/2180
