comparison src/share/vm/runtime/javaCalls.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 1d1603768966
children 04b9a2566eec da91efe96a93
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
51 #ifdef TARGET_OS_FAMILY_solaris 51 #ifdef TARGET_OS_FAMILY_solaris
52 # include "thread_solaris.inline.hpp" 52 # include "thread_solaris.inline.hpp"
53 #endif 53 #endif
54 #ifdef TARGET_OS_FAMILY_windows 54 #ifdef TARGET_OS_FAMILY_windows
55 # include "thread_windows.inline.hpp" 55 # include "thread_windows.inline.hpp"
56 #endif
57 #ifdef TARGET_OS_FAMILY_bsd
58 # include "thread_bsd.inline.hpp"
56 #endif 59 #endif
57 60
58 // A JavaCallWrapper is constructed before each JavaCall and destructed after the call. 61 // A JavaCallWrapper is constructed before each JavaCall and destructed after the call.
59 // Its purpose is to allocate/deallocate a new handle block and to save/restore the last 62 // Its purpose is to allocate/deallocate a new handle block and to save/restore the last
60 // Java fp/sp. A pointer to the JavaCallWrapper is stored on the stack. 63 // Java fp/sp. A pointer to the JavaCallWrapper is stored on the stack.