Reports fields of type long or double
which are declared as volatile. While Java specifies that reads
and writes from such fields are atomic, many JVM's have violated this specification. Unless you
are certain of your JVM, it is better to synchronized access to such fields rather than declare them volatile.