diff 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
line wrap: on
line diff
--- a/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Sat Dec 17 21:40:27 2011 +0100
@@ -35,6 +35,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "thread_windows.inline.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_bsd
+# include "thread_bsd.inline.hpp"
+#endif
 
 // Implementation of the platform-specific part of StubRoutines - for
 // a description of how to extend it, see the stubRoutines.hpp file.