mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8288752: Split thread implementation files
Reviewed-by: dholmes, rehn, iklam
This commit is contained in:
parent
d51f4f471f
commit
270cf67e5f
382 changed files with 5636 additions and 5306 deletions
|
@ -91,6 +91,7 @@
|
|||
#include "runtime/globals.hpp"
|
||||
#include "runtime/java.hpp"
|
||||
#include "runtime/javaCalls.hpp"
|
||||
#include "runtime/javaThread.hpp"
|
||||
#include "runtime/jniHandles.hpp"
|
||||
#include "runtime/monitorDeflationThread.hpp"
|
||||
#include "runtime/notificationThread.hpp"
|
||||
|
@ -101,7 +102,6 @@
|
|||
#include "runtime/sharedRuntime.hpp"
|
||||
#include "runtime/stubRoutines.hpp"
|
||||
#include "runtime/synchronizer.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/threadSMR.hpp"
|
||||
#include "runtime/vframeArray.hpp"
|
||||
#include "runtime/vmStructs.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue