Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8235150

IosApplication does not pass the required object in _leaveNestedEventLoopImpl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • jfx14
    • jfx14
    • javafx
    • aarch64
    • iOS

    Description

      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, _leaveNestedEventLoop(Object retValue) receives an object, but it doesn't pass it to _leaveNestedEventLoopImpl() as it should.

      In other words, _leaveNestedEventLoopImpl() has wrong signature.

      Attachments

        Activity

          People

            jpereda Jose Pereda
            jpereda Jose Pereda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: