8318447: Move NMT source code to own subdirectory

Reviewed-by: stefank, dholmes, stuefe
This commit is contained in:
Johan Sjölen 2023-10-26 14:03:49 +00:00
parent 744e089310
commit 9864951dce
101 changed files with 253 additions and 260 deletions

View file

@ -46,6 +46,7 @@
#include "memory/oopFactory.hpp"
#include "memory/resourceArea.hpp"
#include "memory/universe.hpp"
#include "nmt/memTracker.hpp"
#include "oops/constantPool.hpp"
#include "oops/generateOopMap.hpp"
#include "oops/instanceKlass.hpp"
@ -76,7 +77,6 @@
#include "runtime/vmThread.hpp"
#include "runtime/vm_version.hpp"
#include "sanitizers/leak.hpp"
#include "services/memTracker.hpp"
#include "utilities/dtrace.hpp"
#include "utilities/globalDefinitions.hpp"
#include "utilities/macros.hpp"