-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b07
thread.hpp is a popular header file (included by 856 out of 1000 HotSpot.o file), so we should try to minimize what files are included by thread.hpp.
We can replace the inclusion of osThread.hpp with a forward declaration of the OSThread class.
This reduces the number of .o files that include osThread.hpp to 42.
We can replace the inclusion of osThread.hpp with a forward declaration of the OSThread class.
This reduces the number of .o files that include osThread.hpp to 42.
- relates to
-
JDK-8260019 Move some Thread subtypes out of thread.hpp
- Resolved