Volatile (computer programming): Difference between revisions

Content deleted Content added
Line 230:
|author2=Brian Goetz
|date=February 2004
| archive-url=https://web.archive.org/web/20210509104707/https://www.cs.umd.edu/~pugh/java/memoryModel/jsr-133-faq.html
| archive-date=2021-05-09
|access-date=2019-11-05
}}</ref> The range of situations in which volatile is effective was expanded in Java 5; in particular, [[double-checked locking]] now works correctly.<ref>{{cite web