comparison src/share/vm/runtime/thread.cpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents e6b1331a51d2
children fd65bc7c09b6 436b4a3231bf
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
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