8267464: Circular-dependency resilient inline headers

Reviewed-by: kbarrett, eosterlund, dholmes, kvn
This commit is contained in:
Stefan Karlsson 2021-05-31 08:59:19 +00:00
parent ab5a7ff230
commit 64f0f68958
242 changed files with 372 additions and 141 deletions

View file

@ -25,9 +25,10 @@
#ifndef SHARE_GC_SHARED_THREADLOCALALLOCBUFFER_INLINE_HPP
#define SHARE_GC_SHARED_THREADLOCALALLOCBUFFER_INLINE_HPP
#include "gc/shared/threadLocalAllocBuffer.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/tlab_globals.hpp"
#include "gc/shared/threadLocalAllocBuffer.hpp"
#include "memory/universe.hpp"
#include "logging/log.hpp"
#include "runtime/osThread.hpp"