src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp

Print this page

        

@@ -44,6 +44,10 @@
 
   // 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.
+  // 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