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

[macos] jawt 1.4 lock/unlock not supported

    XMLWordPrintable

Details

    • b03
    • aarch64
    • os_x

    Description

      A DESCRIPTION OF THE PROBLEM :
      Initializing jawt 1.4 on macos requires requesting jawt version JAWT_VERSION_1_4 | JAWT_MACOSX_USE_CALAYER - however the version check in JAWT_GetAWT on macos checks awt->version >= JAWT_VERSION_1_4 which is incorrect because awt->version is signed and JAWT_MACOSX_USE_CALAYER is 0x8000000. Recommend removing the if() because it should always be true as the lowest jawt version supported currently is 1.4. See jawt.m line ~58.


      FREQUENCY : always


      Attachments

        Issue Links

          Activity

            People

              achung Alisen Chung
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: