comparison src/share/vm/memory/genMarkSweep.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 1d1603768966
children aa3d708d67c4
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
53 # include "thread_solaris.inline.hpp" 53 # include "thread_solaris.inline.hpp"
54 #endif 54 #endif
55 #ifdef TARGET_OS_FAMILY_windows 55 #ifdef TARGET_OS_FAMILY_windows
56 # include "thread_windows.inline.hpp" 56 # include "thread_windows.inline.hpp"
57 #endif 57 #endif
58 #ifdef TARGET_OS_FAMILY_bsd
59 # include "thread_bsd.inline.hpp"
60 #endif
58 61
59 void GenMarkSweep::invoke_at_safepoint(int level, ReferenceProcessor* rp, 62 void GenMarkSweep::invoke_at_safepoint(int level, ReferenceProcessor* rp,
60 bool clear_all_softrefs) { 63 bool clear_all_softrefs) {
61 assert(SafepointSynchronize::is_at_safepoint(), "must be at a safepoint"); 64 assert(SafepointSynchronize::is_at_safepoint(), "must be at a safepoint");
62 65