diff -r c887851da33d -r 97d13893ec3c src/hotspot/share/services/lowMemoryDetector.hpp --- a/src/hotspot/share/services/lowMemoryDetector.hpp Wed Nov 27 10:21:22 2019 +0100 +++ b/src/hotspot/share/services/lowMemoryDetector.hpp Tue Nov 26 10:47:46 2019 +0100 @@ -26,6 +26,7 @@ #define SHARE_SERVICES_LOWMEMORYDETECTOR_HPP #include "memory/allocation.hpp" +#include "runtime/atomic.hpp" #include "services/memoryPool.hpp" #include "services/memoryService.hpp" #include "services/memoryUsage.hpp"