< prev index next >

src/hotspot/share/gc/shared/barrierSetAssembler.hpp

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_SHARED_BARRIERSETCODEGEN_HPP
-#define SHARE_VM_GC_SHARED_BARRIERSETCODEGEN_HPP
+#ifndef SHARE_VM_GC_SHARED_BARRIERSETASSEMBLER_HPP
+#define SHARE_VM_GC_SHARED_BARRIERSETASSEMBLER_HPP
 
 #include "utilities/macros.hpp"
 
 #ifndef ZERO
-#include CPU_HEADER(gc/shared/barrierSetCodeGen)
+#include CPU_HEADER(gc/shared/barrierSetAssembler)
 #endif
 
-class BarrierSetCodeGen;
+class BarrierSetAssembler;
 
-#endif // SHARE_VM_GC_SHARED_BARRIERSETCODEGEN_HPP
+#endif // SHARE_VM_GC_SHARED_BARRIERSETASSEMBLER_HPP
    
< prev index next >