< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -21,22 +21,22 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
-#include "gc_implementation/shared/gcHeapSummary.hpp"
-#include "gc_implementation/shared/gcTimer.hpp"
-#include "gc_implementation/shared/gcTrace.hpp"
-#include "gc_implementation/shared/gcWhen.hpp"
-#include "gc_implementation/shared/copyFailedInfo.hpp"
+#include "gc/shared/copyFailedInfo.hpp"
+#include "gc/shared/gcHeapSummary.hpp"
+#include "gc/shared/gcTimer.hpp"
+#include "gc/shared/gcTrace.hpp"
+#include "gc/shared/gcWhen.hpp"
 #include "runtime/os.hpp"
-#include "trace/tracing.hpp"
 #include "trace/traceBackend.hpp"
+#include "trace/tracing.hpp"
 #include "utilities/macros.hpp"
 #if INCLUDE_ALL_GCS
-#include "gc_implementation/g1/evacuationInfo.hpp"
-#include "gc_implementation/g1/g1YCTypes.hpp"
+#include "gc/g1/evacuationInfo.hpp"
+#include "gc/g1/g1YCTypes.hpp"
 #endif
 
 // All GC dependencies against the trace framework is contained within this file.
 
 typedef uintptr_t TraceAddress;
< prev index next >