David Sun
Results
1
comments of
David Sun
Would using [AtomicReferenceFieldUpdater](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.html) work? It wouldn't require updating to a newer Java version (available since Java 5) and it wouldn't require changing the compiler. The downside is that fields like...