comparison src/share/vm/gc_interface/collectedHeap.inline.hpp @ 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 baf763f388e6
children a92cdbac8b9e
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
40 #ifdef TARGET_OS_FAMILY_solaris 40 #ifdef TARGET_OS_FAMILY_solaris
41 # include "thread_solaris.inline.hpp" 41 # include "thread_solaris.inline.hpp"
42 #endif 42 #endif
43 #ifdef TARGET_OS_FAMILY_windows 43 #ifdef TARGET_OS_FAMILY_windows
44 # include "thread_windows.inline.hpp" 44 # include "thread_windows.inline.hpp"
45 #endif
46 #ifdef TARGET_OS_FAMILY_bsd
47 # include "thread_bsd.inline.hpp"
45 #endif 48 #endif
46 49
47 // Inline allocation implementations. 50 // Inline allocation implementations.
48 51
49 void CollectedHeap::post_allocation_setup_common(KlassHandle klass, 52 void CollectedHeap::post_allocation_setup_common(KlassHandle klass,