Re: Java Memory Model article

2014-02-13 Thread Gregg Wonderly
Thanks for posting this Greg. The details of observable reordering of results that is discussed on this page is the biggest issue that River and other “old java code” has when moving to these newer CPU architectures. This stuff just didn’t use to happen with older cache behaviors and the chang

Java Memory Model article

2014-02-11 Thread Greg Trasuk
Mainly for the archives… I came across an interesting article on the Java Memory Model. http://gvsmirnov.ru/blog/tech/2014/02/10/jmm-under-the-hood.html Cheers, Greg Trasuk