src/os_cpu/bsd_x86/vm/os_bsd_x86.hpp

Print this page

        

*** 34,39 **** --- 34,42 ---- // 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; } + // Amount beyond the callee frame size that we bang the stack. + static int extra_bang_size_in_bytes(); + #endif // OS_CPU_BSD_X86_VM_OS_BSD_X86_HPP