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

Implement x86 intrinsics for bitwise operations

XMLWordPrintable

      VarHandles added support for bitwise atomic operations, such as getAndBitwiseOr, for all primitive types except float/double (Note: boolean is supported, which is really a logical operation from the language perspective).

      The bitwise operations are implemented as CAS loops in methods on Unsafe. These should be made intrinsic on x86.

            jtatton Jason Tatton
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: