RFR: 8371087: Remove unused dependency on jdk.unsupported from javafx.graphics

Marius Hanl mhanl at openjdk.org
Sun Nov 2 17:21:26 UTC 2025


On Sun, 2 Nov 2025 16:14:19 GMT, Anirvan Sarkar <asarkar at openjdk.org> wrote:

> As `sun.misc.Unsafe` is not used anymore, maybe then also remove the references to `XDignore.symbol.file` flag in `build.gradle`.
> 
> I noticed [JDK-8179462](https://bugs.openjdk.org/browse/JDK-8179462) already exists to remove the flag from javadoc build.

That sounds indeed reasonable! As mentioned above, there is one `sun.misc` usage left in the `android` folder, so we may need to check that out first.

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

PR Comment: https://git.openjdk.org/jfx/pull/1957#issuecomment-3478121997


More information about the openjfx-dev mailing list