8260306: Do not include osThread.hpp in thread.hpp

Reviewed-by: coleenp, lfoltan
This commit is contained in:
Ioi Lam 2021-01-24 02:40:57 +00:00
parent 06348dfcae
commit 535c2927b6
20 changed files with 33 additions and 13 deletions

View file

@ -91,6 +91,7 @@
#include "runtime/monitorDeflationThread.hpp"
#include "runtime/notificationThread.hpp"
#include "runtime/os.hpp"
#include "runtime/osThread.hpp"
#include "runtime/perfMemory.hpp"
#include "runtime/serviceThread.hpp"
#include "runtime/sharedRuntime.hpp"