Java-RMI

Most Java programs invoke memory operations by referencing Java objects, while the granularity of memory accesses in hardware is at the word or cache-line level. Each object reference operation in Java actually involves a couple of memory fetch operations in low level, which could be treated as one prefetch unit. ................
................