comparison src/share/vm/runtime/javaCalls.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 0654ee04b214 f08d439fab8c
children 897b7d18bebc
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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.