< prev index next >

src/share/vm/gc/g1/g1RootProcessor.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

@@ -20,15 +20,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP
+#ifndef SHARE_VM_GC_G1_G1ROOTPROCESSOR_HPP
+#define SHARE_VM_GC_G1_G1ROOTPROCESSOR_HPP
 
+#include "gc/shared/strongRootsScope.hpp"
 #include "memory/allocation.hpp"
-#include "memory/strongRootsScope.hpp"
 #include "runtime/mutex.hpp"
 
 class CLDClosure;
 class CodeBlobClosure;
 class G1CollectedHeap;

@@ -116,6 +116,6 @@
 
   // Inform the root processor about the number of worker threads
   void set_num_workers(uint active_workers);
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP
+#endif // SHARE_VM_GC_G1_G1ROOTPROCESSOR_HPP
< prev index next >