hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
G1CollectorPolicy_BestRegionsFirst() {
{- -------------------------------------------
(1) CollectionSetChooser オブジェクトを生成して, _collectionSetChooser フィールドに格納するだけ.
---------------------------------------- -}
_collectionSetChooser = new CollectionSetChooser();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.