< prev index next >

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

Print this page

        

@@ -19,17 +19,17 @@
  * 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_ZSPECIALIZEDOOPCLOSURES_HPP
-#define SHARE_GC_Z_ZSPECIALIZEDOOPCLOSURES_HPP
+#ifndef SHARE_GC_Z_Z_SPECIALIZED_OOP_CLOSURES_HPP
+#define SHARE_GC_Z_Z_SPECIALIZED_OOP_CLOSURES_HPP
 
 class ZLoadBarrierOopClosure;
 template <bool> class ZMarkBarrierOopClosure;
 
 #define SPECIALIZED_OOP_OOP_ITERATE_CLOSURES_Z(f) \
       f(ZLoadBarrierOopClosure,_nv)       \
       f(ZMarkBarrierOopClosure<true>,_nv) \
       f(ZMarkBarrierOopClosure<false>,_nv)
 
-#endif // SHARE_GC_Z_ZSPECIALIZEDOOPCLOSURES_HPP
+#endif // SHARE_GC_Z_Z_SPECIALIZED_OOP_CLOSURES_HPP
< prev index next >