mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue