Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed JMM reference

...

CON00-EX1: Class objects need not be made visible because they are created by the virtual machine and their initialization always precedes any subsequent use (JMM Mailing List).

Risk Assessment

Failing to ensure the visibility of a shared primitive variable may result in a thread observing a stale value of the variable.

...