--- 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: