< prev index next >

src/share/vm/gc/shared/blockOffsetTable.hpp

Print this page
rev 8362 : [mq]: hotspot

@@ -20,12 +20,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_MEMORY_BLOCKOFFSETTABLE_HPP
-#define SHARE_VM_MEMORY_BLOCKOFFSETTABLE_HPP
+#ifndef SHARE_VM_GC_SHARED_BLOCKOFFSETTABLE_HPP
+#define SHARE_VM_GC_SHARED_BLOCKOFFSETTABLE_HPP
 
 #include "memory/memRegion.hpp"
 #include "memory/virtualspace.hpp"
 #include "utilities/globalDefinitions.hpp"
 

@@ -555,6 +555,6 @@
 
   // Debugging support
   virtual size_t last_active_index() const;
 };
 
-#endif // SHARE_VM_MEMORY_BLOCKOFFSETTABLE_HPP
+#endif // SHARE_VM_GC_SHARED_BLOCKOFFSETTABLE_HPP
< prev index next >