src/hotspot/share/gc/shared/collectorPolicy.hpp
changeset 49982 9042ffe5b7fe
parent 49050 170c7b36aea6
child 53244 9807daeb47c4
--- a/src/hotspot/share/gc/shared/collectorPolicy.hpp	Fri May 04 09:29:14 2018 +0200
+++ b/src/hotspot/share/gc/shared/collectorPolicy.hpp	Fri May 04 11:41:35 2018 +0200
@@ -48,11 +48,8 @@
 // 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> {