comparison src/share/vm/runtime/java.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 eca1193ca245
children 436b4a3231bf
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
83 # include "thread_solaris.inline.hpp" 83 # include "thread_solaris.inline.hpp"
84 #endif 84 #endif
85 #ifdef TARGET_OS_FAMILY_windows 85 #ifdef TARGET_OS_FAMILY_windows
86 # include "thread_windows.inline.hpp" 86 # include "thread_windows.inline.hpp"
87 #endif 87 #endif
88 #ifdef TARGET_OS_FAMILY_bsd
89 # include "thread_bsd.inline.hpp"
90 #endif
88 #ifndef SERIALGC 91 #ifndef SERIALGC
89 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp" 92 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
90 #include "gc_implementation/parallelScavenge/psScavenge.hpp" 93 #include "gc_implementation/parallelScavenge/psScavenge.hpp"
91 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp" 94 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
92 #endif 95 #endif