< prev index next >

src/hotspot/share/gc/z/z_globals.hpp

Print this page

        

*** 19,30 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! #ifndef SHARE_GC_Z_ZFLAGS_HPP ! #define SHARE_GC_Z_ZFLAGS_HPP #define GC_Z_FLAGS(develop, \ develop_pd, \ product, \ product_pd, \ --- 19,30 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! #ifndef SHARE_GC_Z_Z_GLOBALS_HPP ! #define SHARE_GC_Z_Z_GLOBALS_HPP #define GC_Z_FLAGS(develop, \ develop_pd, \ product, \ product_pd, \
*** 92,97 **** "Apply load barrier optimizations") \ \ develop(bool, ZVerifyLoadBarriers, false, \ "Verify that reference loads are followed by barriers") ! #endif // SHARE_GC_Z_ZFLAGS_HPP --- 92,97 ---- "Apply load barrier optimizations") \ \ develop(bool, ZVerifyLoadBarriers, false, \ "Verify that reference loads are followed by barriers") ! #endif // SHARE_GC_Z_Z_GLOBALS_HPP
< prev index next >