< prev index next >

src/share/vm/gc/shared/gcTrace.cpp

Print this page
rev 8362 : [mq]: hotspot

@@ -21,25 +21,25 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
-#include "gc_implementation/shared/copyFailedInfo.hpp"
-#include "gc_implementation/shared/gcHeapSummary.hpp"
-#include "gc_implementation/shared/gcId.hpp"
-#include "gc_implementation/shared/gcTimer.hpp"
-#include "gc_implementation/shared/gcTrace.hpp"
-#include "gc_implementation/shared/objectCountEventSender.hpp"
+#include "gc/shared/copyFailedInfo.hpp"
+#include "gc/shared/gcHeapSummary.hpp"
+#include "gc/shared/gcId.hpp"
+#include "gc/shared/gcTimer.hpp"
+#include "gc/shared/gcTrace.hpp"
+#include "gc/shared/objectCountEventSender.hpp"
+#include "gc/shared/referenceProcessorStats.hpp"
 #include "memory/heapInspection.hpp"
-#include "memory/referenceProcessorStats.hpp"
 #include "memory/resourceArea.hpp"
 #include "runtime/os.hpp"
 #include "utilities/globalDefinitions.hpp"
 #include "utilities/macros.hpp"
 #include "utilities/ticks.inline.hpp"
 #if INCLUDE_ALL_GCS
-#include "gc_implementation/g1/evacuationInfo.hpp"
+#include "gc/g1/evacuationInfo.hpp"
 #endif
 
 #define assert_unset_gc_id() assert(_shared_gc_info.gc_id().is_undefined(), "GC already started?")
 #define assert_set_gc_id() assert(!_shared_gc_info.gc_id().is_undefined(), "GC not started?")
 
< prev index next >