--- old/src/hotspot/share/gc/g1/g1Policy.cpp 2019-01-25 14:26:57.144149677 +0100 +++ new/src/hotspot/share/gc/g1/g1Policy.cpp 2019-01-25 14:26:56.655134598 +0100 @@ -23,10 +23,10 @@ */ #include "precompiled.hpp" -#include "gc/g1/collectionSetChooser.hpp" #include "gc/g1/g1Analytics.hpp" #include "gc/g1/g1CollectedHeap.inline.hpp" #include "gc/g1/g1CollectionSet.hpp" +#include "gc/g1/g1CollectionSetChooser.hpp" #include "gc/g1/g1ConcurrentMark.hpp" #include "gc/g1/g1ConcurrentMarkThread.inline.hpp" #include "gc/g1/g1ConcurrentRefine.hpp" @@ -1027,7 +1027,7 @@ } void G1Policy::record_concurrent_mark_cleanup_end() { - G1CollectionSetCandidates* candidates = CollectionSetChooser::build(_g1h->workers(), _g1h->num_regions()); + G1CollectionSetCandidates* candidates = G1CollectionSetChooser::build(_g1h->workers(), _g1h->num_regions()); _collection_set->set_candidates(candidates); bool mixed_gc_pending = next_gc_should_be_mixed("request mixed gcs", "request young-only gcs");