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).

ok, cleaned, recompiled, builds fine.
(gradle build knows nothing about dependency on `addExport` files, probably)

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2180#issuecomment-4605459680

Reply via email to