src/hotspot/share/gc/epsilon/epsilonMemoryPool.hpp
branchepsilon-gc-branch
changeset 56533 28a4f284ad83
parent 56492 e1871d34a188
child 56626 f1d4d55fc08f
--- a/src/hotspot/share/gc/epsilon/epsilonMemoryPool.hpp	Thu May 03 22:30:08 2018 +0200
+++ b/src/hotspot/share/gc/epsilon/epsilonMemoryPool.hpp	Fri May 04 19:16:56 2018 +0200
@@ -25,11 +25,11 @@
 #define SHARE_VM_GC_EPSILON_EPSILONMEMORYPOOL_HPP
 
 #include "utilities/macros.hpp"
-#if INCLUDE_ALL_GCS
+#if INCLUDE_EPSILONGC
 #include "gc/epsilon/epsilonHeap.hpp"
 #include "services/memoryPool.hpp"
 #include "services/memoryUsage.hpp"
-#endif // INCLUDE_ALL_GCS
+#endif // INCLUDE_EPSILONGC
 
 class EpsilonMemoryPool : public CollectedMemoryPool {
 private: