src/os_cpu/aix_ppc/vm/os_aix_ppc.hpp

Print this page

        

*** 30,35 **** --- 30,39 ---- // 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. + // PPC does not require the additional stack bang. + static int extra_bang_size_in_bytes() { return 0; } + #endif // OS_CPU_AIX_OJDKPPC_VM_OS_AIX_PPC_HPP