< prev index next >

src/hotspot/share/gc/g1/g1HRPrinter.hpp

Print this page

        

*** 25,39 **** #ifndef SHARE_VM_GC_G1_G1HRPRINTER_HPP #define SHARE_VM_GC_G1_G1HRPRINTER_HPP #include "gc/g1/heapRegion.hpp" #include "logging/log.hpp" - #include "memory/allocation.hpp" #define SKIP_RETIRED_FULL_REGIONS 1 ! class G1HRPrinter VALUE_OBJ_CLASS_SPEC { private: // Print an action event. static void print(const char* action, HeapRegion* hr) { --- 25,38 ---- #ifndef SHARE_VM_GC_G1_G1HRPRINTER_HPP #define SHARE_VM_GC_G1_G1HRPRINTER_HPP #include "gc/g1/heapRegion.hpp" #include "logging/log.hpp" #define SKIP_RETIRED_FULL_REGIONS 1 ! class G1HRPrinter { private: // Print an action event. static void print(const char* action, HeapRegion* hr) {
< prev index next >