RFR: 8334137: Marlin: replace sun.misc.Unsafe memory access methods with FFM [v5]
Kevin Rushforth
kcr at openjdk.org
Mon Jun 9 17:40:02 UTC 2025
On Mon, 9 Jun 2025 15:37:27 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> ```
> ...
> WARNING: Use --enable-native-access=javafx.graphics to avoid a warning for callers in this module
> WARNING: Restricted methods will be blocked in a future release unless native access is enabled
> ```
>
> why?
Because you forgot to pass `--enable-native-access=javafx.graphics`
See:
https://github.com/openjdk/jfx/blob/master/doc-files/release-notes-24.md#javafx-applications-must-use---enable-native-access
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1814#issuecomment-2956473288
More information about the openjfx-dev
mailing list