diff -r 83b3671d9e30 -r ebf733a324d4 src/hotspot/share/runtime/mutexLocker.cpp --- a/src/hotspot/share/runtime/mutexLocker.cpp Thu May 09 14:26:52 2019 +0200 +++ b/src/hotspot/share/runtime/mutexLocker.cpp Thu May 09 14:28:30 2019 +0200 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "memory/universe.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/os.inline.hpp" #include "runtime/safepoint.hpp"