hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp
changeset 10565 dc90c239f4ec
parent 8684 7ebbd0b3e295
child 14583 d70ee55535f4
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    33 #ifdef TARGET_OS_FAMILY_solaris
    33 #ifdef TARGET_OS_FAMILY_solaris
    34 # include "thread_solaris.inline.hpp"
    34 # include "thread_solaris.inline.hpp"
    35 #endif
    35 #endif
    36 #ifdef TARGET_OS_FAMILY_windows
    36 #ifdef TARGET_OS_FAMILY_windows
    37 # include "thread_windows.inline.hpp"
    37 # include "thread_windows.inline.hpp"
       
    38 #endif
       
    39 #ifdef TARGET_OS_FAMILY_bsd
       
    40 # include "thread_bsd.inline.hpp"
    38 #endif
    41 #endif
    39 
    42 
    40 class ConcurrentMarkSweepGeneration;
    43 class ConcurrentMarkSweepGeneration;
    41 class CMSCollector;
    44 class CMSCollector;
    42 
    45