< prev index next >

src/share/vm/gc/g1/vm_operations_g1.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_VM_OPERATIONS_G1_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_VM_OPERATIONS_G1_HPP ! #include "gc_implementation/g1/g1AllocationContext.hpp" ! #include "gc_implementation/shared/vmGCOperations.hpp" // VM_operations for the G1 collector. // VM_GC_Operation: // - VM_CGC_Operation // - VM_G1CollectFull --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_VM_OPERATIONS_G1_HPP ! #define SHARE_VM_GC_G1_VM_OPERATIONS_G1_HPP ! #include "gc/g1/g1AllocationContext.hpp" ! #include "gc/shared/vmGCOperations.hpp" // VM_operations for the G1 collector. // VM_GC_Operation: // - VM_CGC_Operation // - VM_G1CollectFull
*** 120,125 **** virtual const char* name() const { return "concurrent gc"; } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_VM_OPERATIONS_G1_HPP --- 120,125 ---- virtual const char* name() const { return "concurrent gc"; } }; ! #endif // SHARE_VM_GC_G1_VM_OPERATIONS_G1_HPP
< prev index next >