src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp

changeset 3156
f08d439fab8c
parent 2314
f95d63e2154a
child 4037
da91efe96a93
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
47 #ifdef TARGET_OS_FAMILY_solaris 47 #ifdef TARGET_OS_FAMILY_solaris
48 # include "thread_solaris.inline.hpp" 48 # include "thread_solaris.inline.hpp"
49 #endif 49 #endif
50 #ifdef TARGET_OS_FAMILY_windows 50 #ifdef TARGET_OS_FAMILY_windows
51 # include "thread_windows.inline.hpp" 51 # include "thread_windows.inline.hpp"
52 #endif
53 #ifdef TARGET_OS_FAMILY_bsd
54 # include "thread_bsd.inline.hpp"
52 #endif 55 #endif
53 56
54 // 57 //
55 // ConcurrentMarkSweepPolicy methods 58 // ConcurrentMarkSweepPolicy methods
56 // 59 //

mercurial