...
The Java Language Specification also permits reads and writes of 64-bit values to be non-atomic. For more information, see CON05-J. Ensure atomicity when reading and writing 64-bit values.
Noncompliant Code Example (Logical Negation)
...
...
The Java Language Specification also permits reads and writes of 64-bit values to be non-atomic. For more information, see CON05-J. Ensure atomicity when reading and writing 64-bit values.
...