(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“When a field is declared volatile, the compiler and runtime are put on notice that this variable is shared and that operations on it should not be reordered with other memory operations. Volatile variables are not cached in registers or in caches where they are hidden from other processors, so a read of a volatile variable always returns the most recent write by any thread.”

Brian Goetz, Java Concurrency in Practice
Read more quotes from Brian Goetz


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!


This Quote Is From

Java Concurrency in Practice Java Concurrency in Practice by Brian Goetz
2,894 ratings, average rating, 138 reviews
Open Preview

Browse By Tag