< prev index next >

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

Print this page

        

*** 24,39 **** #ifndef SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP #define SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP #include "gc/g1/g1YCTypes.hpp" - #include "memory/allocation.hpp" #include "utilities/globalDefinitions.hpp" // Various state variables that indicate // the phase of the G1 collection. ! class G1CollectorState VALUE_OBJ_CLASS_SPEC { // Indicates whether we are in "full young" or "mixed" GC mode. bool _gcs_are_young; // Was the last GC "young"? bool _last_gc_was_young; // Is this the "last young GC" before we start doing mixed GCs? --- 24,38 ---- #ifndef SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP #define SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP #include "gc/g1/g1YCTypes.hpp" #include "utilities/globalDefinitions.hpp" // Various state variables that indicate // the phase of the G1 collection. ! class G1CollectorState { // Indicates whether we are in "full young" or "mixed" GC mode. bool _gcs_are_young; // Was the last GC "young"? bool _last_gc_was_young; // Is this the "last young GC" before we start doing mixed GCs?
< prev index next >