< prev index next >

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

Print this page
rev 60060 : [mq]: 8210462-lkorinth-review

*** 24,36 **** #ifndef SHARE_GC_G1_G1POLICY_HPP #define SHARE_GC_G1_G1POLICY_HPP #include "gc/g1/g1CollectorState.hpp" #include "gc/g1/g1GCPhaseTimes.hpp" #include "gc/g1/g1HeapRegionAttr.hpp" - #include "gc/g1/g1ConcurrentStartToMixedTimeTracker.hpp" #include "gc/g1/g1MMUTracker.hpp" #include "gc/g1/g1OldGenAllocationTracker.hpp" #include "gc/g1/g1RemSetTrackingPolicy.hpp" #include "gc/g1/g1Predictions.hpp" #include "gc/g1/g1YoungGenSizer.hpp" --- 24,36 ---- #ifndef SHARE_GC_G1_G1POLICY_HPP #define SHARE_GC_G1_G1POLICY_HPP #include "gc/g1/g1CollectorState.hpp" + #include "gc/g1/g1ConcurrentStartToMixedTimeTracker.hpp" #include "gc/g1/g1GCPhaseTimes.hpp" #include "gc/g1/g1HeapRegionAttr.hpp" #include "gc/g1/g1MMUTracker.hpp" #include "gc/g1/g1OldGenAllocationTracker.hpp" #include "gc/g1/g1RemSetTrackingPolicy.hpp" #include "gc/g1/g1Predictions.hpp" #include "gc/g1/g1YoungGenSizer.hpp"
< prev index next >