< prev index next >

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

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_SHARED_MODREFBSCODEGEN_HPP
-#define SHARE_VM_GC_SHARED_MODREFBSCODEGEN_HPP
+#ifndef SHARE_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_HPP
+#define SHARE_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_HPP
 
 #include "utilities/macros.hpp"
 
 #ifndef ZERO
-#include CPU_HEADER(gc/shared/modRefBarrierSetCodeGen)
+#include CPU_HEADER(gc/shared/cardTableBarrierSetAssembler)
 #endif
 
-class ModRefBarrierSetCodeGen;
+class CardTableBarrierSetAssembler;
 
-#endif // SHARE_VM_GC_SHARED_MODREFBSCODEGEN_HPP
+#endif // SHARE_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_HPP
    
< prev index next >