src/share/vm/runtime/os.hpp

Print this page

        

@@ -759,10 +759,13 @@
   static int loadavg(double loadavg[], int nelem);
 
   // Hook for os specific jvm options that we don't want to abort on seeing
   static bool obsolete_option(const JavaVMOption *option);
 
+  // Amount beyond the callee frame size that we bang the stack.
+  static int extra_bang_size_in_bytes();
+
   // Extensions
 #include "runtime/os_ext.hpp"
 
  public:
   class CrashProtectionCallback : public StackObj {