...
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.
...