What i need to know is the correctness of the following getters / setters. Are they completely thread-safe? If not, in which case are they not thread-safe? Any remarks about behaviour are welcome, thanks guys 🙂 The code is in java, but the logic applies to any language that supports CAS and objects. private ObjectRead more