comparison src/share/vm/oops/instanceKlass.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 f6f3bb0ee072
children 436b4a3231bf
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
59 # include "thread_solaris.inline.hpp" 59 # include "thread_solaris.inline.hpp"
60 #endif 60 #endif
61 #ifdef TARGET_OS_FAMILY_windows 61 #ifdef TARGET_OS_FAMILY_windows
62 # include "thread_windows.inline.hpp" 62 # include "thread_windows.inline.hpp"
63 #endif 63 #endif
64 #ifdef TARGET_OS_FAMILY_bsd
65 # include "thread_bsd.inline.hpp"
66 #endif
64 #ifndef SERIALGC 67 #ifndef SERIALGC
65 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" 68 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
66 #include "gc_implementation/g1/g1OopClosures.inline.hpp" 69 #include "gc_implementation/g1/g1OopClosures.inline.hpp"
67 #include "gc_implementation/g1/g1RemSet.inline.hpp" 70 #include "gc_implementation/g1/g1RemSet.inline.hpp"
68 #include "gc_implementation/g1/heapRegionSeq.inline.hpp" 71 #include "gc_implementation/g1/heapRegionSeq.inline.hpp"