RFR: 8235150: IosApplication does not pass the required object in _leaveNestedEventLoopImpl
Johan Vos
jvos at openjdk.java.net
Sun Dec 1 16:31:39 UTC 2019
On Sat, 30 Nov 2019 18:23:07 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> In `GlassApplication.m` for iOS, the method
> `Java_com_sun_glass_ui_ios_IosApplication__1leaveNestedEventLoopImpl` has signature `(Ljava/lang/Object;)V`, however in `IosApplication.java`, `_leaveNestedEventLoopImpl()` signature doesn't match that.
>
> This PR fixes this.
>
> ----------------
>
> Commits:
> - e5fc04a9: Use correct signature in _leaveNestedEventLoopImpl
>
> Changes: https://git.openjdk.java.net/jfx/pull/57/files
> Webrev: https://webrevs.openjdk.java.net/jfx/57/webrev.00
> Issue: https://bugs.openjdk.java.net/browse/JDK-8235150
> Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
> Patch: https://git.openjdk.java.net/jfx/pull/57.diff
> Fetch: git fetch https://git.openjdk.java.net/jfx pull/57/head:pull/57
Looks like a trivial fix to me.
It only impacts the iOS platform.
PR: https://git.openjdk.java.net/jfx/pull/57
More information about the openjfx-dev
mailing list