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

(bf) Atomics for ByteBuffers

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • None
    • core-libs
    • None
    • generic
    • generic

      Sharing data using RDMA permits the application to perform atomic operations on remote buffers, but there is no way to perform / observe the effects locally.

      So if the application shares its buffers, peers can modify the contents atomically, but the application cannot peek the values with volatile semantics, and cannot atomically modify the values the peers can.

      The request is to create some API to enable volatile and atomic access to the ByteBuffer contents, the primary use is accessing DirectByteBuffers.

            Unassigned Unassigned
            ootenko Oleksandr Otenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: