hotspot/src/share/vm/runtime/os.hpp
changeset 26689 231048b0dfbd
parent 26682 f339669ba825
parent 26589 7ee62410eae6
child 26704 36bff23b2c2e
equal deleted inserted replaced
26688:bb0cdd873e51 26689:231048b0dfbd
   769   // System loadavg support.  Returns -1 if load average cannot be obtained.
   769   // System loadavg support.  Returns -1 if load average cannot be obtained.
   770   static int loadavg(double loadavg[], int nelem);
   770   static int loadavg(double loadavg[], int nelem);
   771 
   771 
   772   // Hook for os specific jvm options that we don't want to abort on seeing
   772   // Hook for os specific jvm options that we don't want to abort on seeing
   773   static bool obsolete_option(const JavaVMOption *option);
   773   static bool obsolete_option(const JavaVMOption *option);
       
   774 
       
   775   // Amount beyond the callee frame size that we bang the stack.
       
   776   static int extra_bang_size_in_bytes();
   774 
   777 
   775   // Extensions
   778   // Extensions
   776 #include "runtime/os_ext.hpp"
   779 #include "runtime/os_ext.hpp"
   777 
   780 
   778  public:
   781  public: