Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp)

...

...

Synchronization is a more secure alternative in situations where the volatile keyword or a java.util.concurrent.atomic.Atomic* field is inappropriate, such as if a variable's new value depends on its current value. For more information, see CON01CON02-J. Ensure that compound operations on shared variables are atomic.

...

11. Concurrency (CON)      11. Concurrency (CON)      CON01CON02-J. Ensure that compound operations on shared variables are atomic