< prev index next >

src/share/vm/gc/parallel/psAdaptiveSizePolicy.cpp

Print this page
rev 8362 : [mq]: hotspot

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 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,17 +21,17 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
-#include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
-#include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp"
-#include "gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp"
-#include "gc_implementation/parallelScavenge/psScavenge.hpp"
-#include "gc_implementation/shared/gcPolicyCounters.hpp"
-#include "gc_interface/gcCause.hpp"
-#include "memory/collectorPolicy.hpp"
+#include "gc/parallel/parallelScavengeHeap.hpp"
+#include "gc/parallel/psAdaptiveSizePolicy.hpp"
+#include "gc/parallel/psGCAdaptivePolicyCounters.hpp"
+#include "gc/parallel/psScavenge.hpp"
+#include "gc/shared/collectorPolicy.hpp"
+#include "gc/shared/gcCause.hpp"
+#include "gc/shared/gcPolicyCounters.hpp"
 #include "runtime/timer.hpp"
 #include "utilities/top.hpp"
 
 #include <math.h>
 
< prev index next >