When a thread exits a synchronized block as part of releasing the associated monitor, the JMM requires that the local processor cache be flushed to main memory.
当线程为释放相关监视器而退出一个同步块时,JMM要求本地处理器缓沖刷新到主存中。
After 24 rounds with JMM, JMM wins more rounds than Pacquiao.
总共24回合比赛,马奎兹赢了更多回合。
The locks are created when the map is created (there would be JMM problems if they were not.)
锁在创建map的时候被创建(如果不在此时创建锁,将会出现JMM问题。)
Modern processors differ substantially in their memory models; the JMM should accommodate as many possible architectures as practical, without sacrificing performance.
The existing JMM says that volatile reads and writes are to go directly to main memory, prohibiting caching values in registers and bypassing processor-specific caches.