< prev index next >

src/share/vm/gc/shared/referenceProcessor.hpp

Print this page
rev 8362 : [mq]: hotspot

@@ -20,16 +20,16 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_MEMORY_REFERENCEPROCESSOR_HPP
-#define SHARE_VM_MEMORY_REFERENCEPROCESSOR_HPP
+#ifndef SHARE_VM_GC_SHARED_REFERENCEPROCESSOR_HPP
+#define SHARE_VM_GC_SHARED_REFERENCEPROCESSOR_HPP
 
-#include "gc_implementation/shared/gcTrace.hpp"
-#include "memory/referencePolicy.hpp"
-#include "memory/referenceProcessorStats.hpp"
+#include "gc/shared/gcTrace.hpp"
+#include "gc/shared/referencePolicy.hpp"
+#include "gc/shared/referenceProcessorStats.hpp"
 #include "memory/referenceType.hpp"
 #include "oops/instanceRefKlass.hpp"
 
 class GCTimer;
 

@@ -655,6 +655,6 @@
   DiscoveredList*     _refs_lists;
   HeapWord*           _pending_list_addr;
   int                 _n_queues;
 };
 
-#endif // SHARE_VM_MEMORY_REFERENCEPROCESSOR_HPP
+#endif // SHARE_VM_GC_SHARED_REFERENCEPROCESSOR_HPP
< prev index next >