< prev index next >

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

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

*** 20,35 **** * 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 ! #include "gc_implementation/shared/gcTrace.hpp" ! #include "memory/referencePolicy.hpp" ! #include "memory/referenceProcessorStats.hpp" #include "memory/referenceType.hpp" #include "oops/instanceRefKlass.hpp" class GCTimer; --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_REFERENCEPROCESSOR_HPP ! #define SHARE_VM_GC_SHARED_REFERENCEPROCESSOR_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,660 **** DiscoveredList* _refs_lists; HeapWord* _pending_list_addr; int _n_queues; }; ! #endif // SHARE_VM_MEMORY_REFERENCEPROCESSOR_HPP --- 655,660 ---- DiscoveredList* _refs_lists; HeapWord* _pending_list_addr; int _n_queues; }; ! #endif // SHARE_VM_GC_SHARED_REFERENCEPROCESSOR_HPP
< prev index next >