--- old/src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp 2014-08-29 17:54:29.241260744 +0400 +++ new/src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp 2014-08-29 17:54:29.133257619 +0400 @@ -46,4 +46,8 @@ // 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. + // SPARC does not require the additional stack bang. + static int extra_bang_size_in_bytes() { return 0; } + #endif // OS_CPU_LINUX_SPARC_VM_OS_LINUX_SPARC_HPP