< prev index next >

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

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

@@ -20,16 +20,16 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_ADAPTIVESIZEPOLICY_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_SHARED_ADAPTIVESIZEPOLICY_HPP
+#ifndef SHARE_VM_GC_SHARED_ADAPTIVESIZEPOLICY_HPP
+#define SHARE_VM_GC_SHARED_ADAPTIVESIZEPOLICY_HPP
 
-#include "gc_implementation/shared/gcUtil.hpp"
-#include "gc_interface/collectedHeap.hpp"
-#include "gc_interface/gcCause.hpp"
+#include "gc/shared/collectedHeap.hpp"
+#include "gc/shared/gcCause.hpp"
+#include "gc/shared/gcUtil.hpp"
 #include "memory/allocation.hpp"
 #include "memory/universe.hpp"
 
 // This class keeps statistical information and computes the
 // size of the heap.

@@ -540,6 +540,6 @@
       _size_policy->print_adaptive_size_policy_on(gclog_or_tty);
     }
   }
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_ADAPTIVESIZEPOLICY_HPP
+#endif // SHARE_VM_GC_SHARED_ADAPTIVESIZEPOLICY_HPP
< prev index next >