Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added controlling expression

...

Anchor
conflicting accesses
conflicting accesses

conflicting accesses: Two  Two accesses to (reads of or writes to) the same variable provided that at least one of the accesses is a write [JLS 2011] §17.4.1, "Shared Variables".

Anchor
controlling expression
controlling expression

controlling expression: The top-level expression in the conditional expression of an if, while, do...while, or switch statement.

Anchor
data race
data race

...