Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: qualifying with volatile is illegal; but I changed it to final

...

Volatile semantics does guarantee the atomicity of complex operations that involve read-modify-write sequences such as incrementing a value. See VOID CON00-J. Synchronize access to shared mutable variables for more information.

...