src/os_cpu/bsd_zero/vm/os_bsd_zero.hpp

Print this page

        

*** 51,56 **** --- 51,59 ---- #else *(jlong *) dst = *(jlong *) src; #endif } + // Amount beyond the callee frame size that we bang the stack. + static int extra_bang_size_in_bytes(); + #endif // OS_CPU_BSD_ZERO_VM_OS_BSD_ZERO_HPP