< prev index next >

src/hotspot/share/gc/shared/collectorPolicy.hpp

Print this page
rev 49911 : imported patch removeAllGCs

*** 46,60 **** // to deal with those issues is this class. // Forward declarations. class GenCollectorPolicy; class AdaptiveSizePolicy; - #if INCLUDE_ALL_GCS class ConcurrentMarkSweepPolicy; class G1CollectorPolicy; - #endif // INCLUDE_ALL_GCS - class MarkSweepPolicy; class CollectorPolicy : public CHeapObj<mtGC> { protected: virtual void initialize_alignments() = 0; --- 46,57 ----
< prev index next >