< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2002, 2013, 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.

@@ -20,17 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSADAPTIVESIZEPOLICY_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSADAPTIVESIZEPOLICY_HPP
+#ifndef SHARE_VM_GC_PARALLEL_PSADAPTIVESIZEPOLICY_HPP
+#define SHARE_VM_GC_PARALLEL_PSADAPTIVESIZEPOLICY_HPP
 
-#include "gc_implementation/shared/adaptiveSizePolicy.hpp"
-#include "gc_implementation/shared/gcStats.hpp"
-#include "gc_implementation/shared/gcUtil.hpp"
-#include "gc_interface/gcCause.hpp"
+#include "gc/shared/adaptiveSizePolicy.hpp"
+#include "gc/shared/gcCause.hpp"
+#include "gc/shared/gcStats.hpp"
+#include "gc/shared/gcUtil.hpp"
 
 // This class keeps statistical information and computes the
 // optimal free space for both the young and old generation
 // based on current application characteristics (based on gc cost
 // and application footprint).

@@ -403,6 +403,6 @@
 
   // Decay the supplemental growth additive.
   void decay_supplemental_growth(bool is_full_gc);
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSADAPTIVESIZEPOLICY_HPP
+#endif // SHARE_VM_GC_PARALLEL_PSADAPTIVESIZEPOLICY_HPP
< prev index next >