# HG changeset patch # User hseigel # Date 1540905180 14400 # Node ID 16950b2eaebf6fcd8c3509f05b8db0e3c09a1310 # Parent 6fe18b0c0e886a250b5cc41d1662785696aa6501 8213148: JDK build fails because of missing #includes Summary: Add missing #includes Reviewed-by: dcubed diff -r 6fe18b0c0e88 -r 16950b2eaebf test/hotspot/gtest/memory/test_metaspace.cpp --- a/test/hotspot/gtest/memory/test_metaspace.cpp Fri Oct 26 16:49:18 2018 +0200 +++ b/test/hotspot/gtest/memory/test_metaspace.cpp Tue Oct 30 09:13:00 2018 -0400 @@ -24,6 +24,8 @@ #include "precompiled.hpp" #include "memory/metaspace.hpp" #include "memory/metaspace/virtualSpaceList.hpp" +#include "runtime/mutexLocker.hpp" +#include "runtime/os.hpp" #include "unittest.hpp" using namespace metaspace;