Re: Java Memory Model article
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
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