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

@ -38,6 +38,7 @@
#include "runtime/handles.inline.hpp"
#include "runtime/handshake.hpp"
#include "runtime/interfaceSupport.inline.hpp"
#include "runtime/javaThread.hpp"
#include "runtime/mutexLocker.hpp"
#include "runtime/objectMonitor.hpp"
#include "runtime/objectMonitor.inline.hpp"
@ -49,7 +50,7 @@
#include "runtime/sharedRuntime.hpp"
#include "runtime/stubRoutines.hpp"
#include "runtime/synchronizer.hpp"
#include "runtime/thread.inline.hpp"
#include "runtime/threads.hpp"
#include "runtime/timer.hpp"
#include "runtime/vframe.hpp"
#include "runtime/vmThread.hpp"