< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/parMarkBitMap.hpp"
-#include "gc_implementation/parallelScavenge/psParallelCompact.hpp"
+#include "gc/parallel/parMarkBitMap.hpp"
+#include "gc/parallel/psParallelCompact.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/atomic.inline.hpp"
 #include "runtime/os.hpp"
-#include "utilities/bitMap.inline.hpp"
 #include "services/memTracker.hpp"
+#include "utilities/bitMap.inline.hpp"
 
 bool
 ParMarkBitMap::initialize(MemRegion covered_region)
 {
   const idx_t bits = bits_required(covered_region);
< prev index next >