Gallery of Processor Cache Effects
A easy to follow overview of processor cache effects on different code samples.
Making Pointer-Based Data Structures Cache Conscious
I would love to know when or if any of this has made it into mainstream Java as cache misses are more and more important as hardware moves ever forward.
Cache conscious hash tables
Interesting read on a cache conscious hash table written in Java. It out performs the default implementation though it is more limited in scope.