Mlangcs Personal Blog
About
  • May 25, 2025

    Demystifying getAcquire and setRelease in Java

    In this blog post I want to take a close look at the subtle difference between using

    • getAcquire with setRelease
    • and using getVolatile with setVolatile, or equivalently, volatile reads and writes.

Subscribe

Thoughts and explorations you might find useful.