src/hotspot/os/windows/osThread_windows.cpp
changeset 59290 97d13893ec3c
parent 58901 2700c409ff10
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 // no precompiled headers
    25 // no precompiled headers
    26 #include "runtime/orderAccess.hpp"
       
    27 #include "runtime/os.hpp"
    26 #include "runtime/os.hpp"
    28 #include "runtime/osThread.hpp"
    27 #include "runtime/osThread.hpp"
    29 
    28 
    30 void OSThread::pd_initialize() {
    29 void OSThread::pd_initialize() {
    31   set_thread_handle(NULL);
    30   set_thread_handle(NULL);