blob: 90d5f41a40300734ff0e824b24fe453f55277886 [file] [log] [blame]
<html>
<body>
Reports fields of type <b>long</b> or <b>double</b>
which are declared as <b>volatile</b>. 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 <b>volatile</b>.
<!-- tooltip end -->
<p>
</body>
</html>