src/os_cpu/bsd_x86/vm/thread_bsd_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_bsd_vs_linux Cdiff src/os_cpu/bsd_x86/vm/thread_bsd_x86.hpp

src/os_cpu/bsd_x86/vm/thread_bsd_x86.hpp

Print this page
rev 2698 : new bsd files

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_LINUX_X86_VM_THREAD_LINUX_X86_HPP ! #define OS_CPU_LINUX_X86_VM_THREAD_LINUX_X86_HPP private: void pd_initialize() { _anchor.clear(); } --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_BSD_X86_VM_THREAD_BSD_X86_HPP ! #define OS_CPU_BSD_X86_VM_THREAD_BSD_X86_HPP private: void pd_initialize() { _anchor.clear(); }
*** 65,70 **** // have separate register stacks (Itanium). static bool register_stack_overflow() { return false; } static void enable_register_stack_guard() {} static void disable_register_stack_guard() {} ! #endif // OS_CPU_LINUX_X86_VM_THREAD_LINUX_X86_HPP --- 65,70 ---- // have separate register stacks (Itanium). static bool register_stack_overflow() { return false; } static void enable_register_stack_guard() {} static void disable_register_stack_guard() {} ! #endif // OS_CPU_BSD_X86_VM_THREAD_BSD_X86_HPP
src/os_cpu/bsd_x86/vm/thread_bsd_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File