src/os_cpu/bsd_x86/vm/os_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/os_bsd_x86.hpp

src/os_cpu/bsd_x86/vm/os_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_OS_LINUX_X86_HPP ! #define OS_CPU_LINUX_X86_VM_OS_LINUX_X86_HPP static void setup_fpu(); static bool supports_sse(); static bool is_allocatable(size_t bytes); --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_BSD_X86_VM_OS_BSD_X86_HPP ! #define OS_CPU_BSD_X86_VM_OS_BSD_X86_HPP static void setup_fpu(); static bool supports_sse(); static bool is_allocatable(size_t bytes);
*** 32,37 **** // Used to register dynamic code cache area with the OS // Note: Currently only used in 64 bit Windows implementations static bool register_code_area(char *low, char *high) { return true; } ! #endif // OS_CPU_LINUX_X86_VM_OS_LINUX_X86_HPP --- 32,37 ---- // Used to register dynamic code cache area with the OS // Note: Currently only used in 64 bit Windows implementations static bool register_code_area(char *low, char *high) { return true; } ! #endif // OS_CPU_BSD_X86_VM_OS_BSD_X86_HPP
src/os_cpu/bsd_x86/vm/os_bsd_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File