< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/MemoryBarriers.java

Print this page

        

*** 23,34 **** package jdk.vm.ci.code; /** * Constants and intrinsic definition for memory barriers. * ! * The documentation for each constant is taken from Doug Lea's <a ! * href="http://gee.cs.oswego.edu/dl/jmm/cookbook.html">The JSR-133 Cookbook for Compiler * Writers</a>. * <p> * The {@code JMM_*} constants capture the memory barriers necessary to implement the Java Memory * Model with respect to volatile field accesses. Their values are explained by this comment from * templateTable_i486.cpp in the HotSpot source code: --- 23,34 ---- package jdk.vm.ci.code; /** * Constants and intrinsic definition for memory barriers. * ! * The documentation for each constant is taken from Doug Lea's ! * <a href="http://gee.cs.oswego.edu/dl/jmm/cookbook.html">The JSR-133 Cookbook for Compiler * Writers</a>. * <p> * The {@code JMM_*} constants capture the memory barriers necessary to implement the Java Memory * Model with respect to volatile field accesses. Their values are explained by this comment from * templateTable_i486.cpp in the HotSpot source code:
< prev index next >