hotspot/src/os/solaris/vm/os_solaris.hpp
changeset 41070 496463b4e206
parent 37442 942637261b21
child 41707 7a8490836761
equal deleted inserted replaced
40931:d4d2a4a0e023 41070:496463b4e206
   290   // %%% Following should be promoted to os.hpp:
   290   // %%% Following should be promoted to os.hpp:
   291   // Trace number of created threads
   291   // Trace number of created threads
   292   static          jint  _os_thread_limit;
   292   static          jint  _os_thread_limit;
   293   static volatile jint  _os_thread_count;
   293   static volatile jint  _os_thread_count;
   294 
   294 
   295   // Minimum stack size a thread can be created with (allowing
       
   296   // the VM to completely create the thread and enter user code)
       
   297 
       
   298   static size_t min_stack_allowed;
       
   299 
   295 
   300   // Stack overflow handling
   296   // Stack overflow handling
   301 
   297 
   302   static int max_register_window_saves_before_flushing();
   298   static int max_register_window_saves_before_flushing();
   303 
   299