< prev index next >

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

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

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_SATBQUEUE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_SATBQUEUE_HPP #include "memory/allocation.hpp" - #include "gc_implementation/g1/ptrQueue.hpp" class JavaThread; class SATBMarkQueueSet; // Base class for processing the contents of a SATB buffer. --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_SATBQUEUE_HPP ! #define SHARE_VM_GC_G1_SATBQUEUE_HPP + #include "gc/g1/ptrQueue.hpp" #include "memory/allocation.hpp" class JavaThread; class SATBMarkQueueSet; // Base class for processing the contents of a SATB buffer.
*** 118,123 **** // If a marking is being abandoned, reset any unprocessed log buffers. void abandon_partial_marking(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_SATBQUEUE_HPP --- 118,123 ---- // If a marking is being abandoned, reset any unprocessed log buffers. void abandon_partial_marking(); }; ! #endif // SHARE_VM_GC_G1_SATBQUEUE_HPP
< prev index next >