On Mon, 28 Aug 2023 04:58:31 GMT, Jayathirth D V <j...@openjdk.org> wrote:
> At multiple places in native glass code we don't have appropriate NULL checks > which might result in null pointer access. > > Added appropriate checks and all test run is green. the ios changes are fine. In general, I'm still worried about the consequences of silently ignoring a fatal error (although there is a printf, but that doesn't propagate to the caller), but this can indeed be fixed in a follow-up issue. ------------- Marked as reviewed by jvos (Reviewer). PR Review: https://git.openjdk.org/jfx/pull/1223#pullrequestreview-1600921310