< prev index next >

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

Print this page
rev 57038 : imported patch 8233306-heapregion-sorting
rev 57050 : imported patch 8234000-make-some-stuff-const
rev 57051 : imported patch 8233588-cleanup-survrategroup
rev 57052 : imported patch 8233588-kbarrett-review
rev 57053 : imported patch 8231579-incremental-calculation-wrong
rev 57056 : imported patch 8234179-move-heapregion-inc-cset-stats-into-g1collectionset
rev 57057 : imported patch 8234586-rename-survrategroup-files

@@ -25,13 +25,13 @@
 #ifndef SHARE_GC_G1_HEAPREGION_HPP
 #define SHARE_GC_G1_HEAPREGION_HPP
 
 #include "gc/g1/g1BlockOffsetTable.hpp"
 #include "gc/g1/g1HeapRegionTraceType.hpp"
+#include "gc/g1/g1SurvRateGroup.hpp"
 #include "gc/g1/heapRegionTracer.hpp"
 #include "gc/g1/heapRegionType.hpp"
-#include "gc/g1/survRateGroup.hpp"
 #include "gc/shared/ageTable.hpp"
 #include "gc/shared/spaceDecorator.hpp"
 #include "gc/shared/verifyOption.hpp"
 #include "runtime/mutex.hpp"
 #include "utilities/macros.hpp"
< prev index next >