comparison src/cpu/x86/vm/stubRoutines_x86_64.cpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents f08d439fab8c
children da4be62fb889
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
33 # include "thread_solaris.inline.hpp" 33 # include "thread_solaris.inline.hpp"
34 #endif 34 #endif
35 #ifdef TARGET_OS_FAMILY_windows 35 #ifdef TARGET_OS_FAMILY_windows
36 # include "thread_windows.inline.hpp" 36 # include "thread_windows.inline.hpp"
37 #endif 37 #endif
38 #ifdef TARGET_OS_FAMILY_bsd
39 # include "thread_bsd.inline.hpp"
40 #endif
38 41
39 // Implementation of the platform-specific part of StubRoutines - for 42 // Implementation of the platform-specific part of StubRoutines - for
40 // a description of how to extend it, see the stubRoutines.hpp file. 43 // a description of how to extend it, see the stubRoutines.hpp file.
41 44
42 address StubRoutines::x86::_get_previous_fp_entry = NULL; 45 address StubRoutines::x86::_get_previous_fp_entry = NULL;