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

@ -42,6 +42,7 @@
#include "logging/logStream.hpp"
#include "logging/logTag.hpp"
#include "memory/allocation.inline.hpp"
#include "nmt/nmtCommon.hpp"
#include "oops/compressedKlass.hpp"
#include "oops/instanceKlass.hpp"
#include "oops/oop.inline.hpp"
@ -59,7 +60,6 @@
#include "runtime/synchronizer.hpp"
#include "runtime/vm_version.hpp"
#include "services/management.hpp"
#include "services/nmtCommon.hpp"
#include "utilities/align.hpp"
#include "utilities/checkedCast.hpp"
#include "utilities/debug.hpp"