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

src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp

Print this page
rev 2698 : new bsd files

*** 21,32 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_LINUX_ZERO_VM_THREAD_LINUX_ZERO_HPP ! #define OS_CPU_LINUX_ZERO_VM_THREAD_LINUX_ZERO_HPP private: ZeroStack _zero_stack; ZeroFrame* _top_zero_frame; --- 21,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_BSD_ZERO_VM_THREAD_BSD_ZERO_HPP ! #define OS_CPU_BSD_ZERO_VM_THREAD_BSD_ZERO_HPP private: ZeroStack _zero_stack; ZeroFrame* _top_zero_frame;
*** 116,121 **** // 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_ZERO_VM_THREAD_LINUX_ZERO_HPP --- 116,121 ---- // 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_ZERO_VM_THREAD_BSD_ZERO_HPP
src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File