hotspot/src/share/vm/runtime/thread.cpp
changeset 10565 dc90c239f4ec
parent 10546 e79347eebbc5
child 10739 91935236600e
child 10678 ecb473e90f9b
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    87 #endif
    87 #endif
    88 #ifdef TARGET_OS_FAMILY_windows
    88 #ifdef TARGET_OS_FAMILY_windows
    89 # include "os_windows.inline.hpp"
    89 # include "os_windows.inline.hpp"
    90 # include "thread_windows.inline.hpp"
    90 # include "thread_windows.inline.hpp"
    91 #endif
    91 #endif
       
    92 #ifdef TARGET_OS_FAMILY_bsd
       
    93 # include "os_bsd.inline.hpp"
       
    94 # include "thread_bsd.inline.hpp"
       
    95 #endif
    92 #ifndef SERIALGC
    96 #ifndef SERIALGC
    93 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
    97 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
    94 #include "gc_implementation/g1/concurrentMarkThread.inline.hpp"
    98 #include "gc_implementation/g1/concurrentMarkThread.inline.hpp"
    95 #include "gc_implementation/parallelScavenge/pcTasks.hpp"
    99 #include "gc_implementation/parallelScavenge/pcTasks.hpp"
    96 #endif
   100 #endif