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

Unsafe.compareAndExchangeDouble/FloatAcquire should defer to compareAndExchangeLong/IntAcquire

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • core-libs
    • None

    Description

      The implementations of Unsafe.compareAndExchangeDouble/FloatAcquire incorrectly defer to compareAndExchangeLong/IntVolatile, when they should defer to compareAndExchangeLong/IntAcquire

      Attachments

        Activity

          People

            psandoz Paul Sandoz
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: