8288752: Split thread implementation files

Reviewed-by: dholmes, rehn, iklam
This commit is contained in:
Coleen Phillimore 2022-06-22 12:49:25 +00:00
parent d51f4f471f
commit 270cf67e5f
382 changed files with 5636 additions and 5306 deletions

View file

@ -69,6 +69,7 @@
#include "runtime/frame.inline.hpp"
#include "runtime/handles.inline.hpp"
#include "runtime/interfaceSupport.inline.hpp"
#include "runtime/javaThread.hpp"
#include "runtime/jniHandles.inline.hpp"
#include "runtime/keepStackGCProcessed.hpp"
#include "runtime/objectMonitor.inline.hpp"
@ -80,7 +81,6 @@
#include "runtime/stackValue.hpp"
#include "runtime/stackWatermarkSet.hpp"
#include "runtime/stubRoutines.hpp"
#include "runtime/thread.hpp"
#include "runtime/threadSMR.hpp"
#include "runtime/threadWXSetters.inline.hpp"
#include "runtime/vframe.hpp"