< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -20,15 +20,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CSPACECOUNTERS_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_SHARED_CSPACECOUNTERS_HPP
+#ifndef SHARE_VM_GC_SHARED_CSPACECOUNTERS_HPP
+#define SHARE_VM_GC_SHARED_CSPACECOUNTERS_HPP
 
-#include "gc_implementation/shared/generationCounters.hpp"
-#include "memory/space.hpp"
+#include "gc/shared/generationCounters.hpp"
+#include "gc/shared/space.hpp"
 #include "runtime/perfData.hpp"
 
 // A CSpaceCounters is a holder class for performance counters
 // that track a space;
 

@@ -71,6 +71,6 @@
     ContiguousSpaceUsedHelper(ContiguousSpace* space) : _space(space) { }
 
     jlong take_sample();
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_CSPACECOUNTERS_HPP
+#endif // SHARE_VM_GC_SHARED_CSPACECOUNTERS_HPP
< prev index next >