Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8080588 VarHandles development
  3. JDK-8080685

Unsafe.getAcquire* and VarHandles.getAcquire

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • 9
    • hotspot

      Add methods to sun.misc.Unsafe to perform acquire-get access all types. Make VarHandles.getAcquire to use them.

      The additional intrinsification of these methods, if required, is handled with JDK-8132332.

      These methods are the twin of the Unsafe.putOrderedObject/Int/Long (set-release) methods that, when used together on the same variable, establishes a synchronized-with relationship.

            shade Aleksey Shipilev
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: