src/hotspot/os/solaris/os_solaris.hpp
changeset 58654 562bf1878089
parent 57738 807d192fb7dd
child 58679 9c3209ff7550
equal deleted inserted replaced
58653:71fef5fae9cc 58654:562bf1878089
   269   static          jint  _os_thread_limit;
   269   static          jint  _os_thread_limit;
   270   static volatile jint  _os_thread_count;
   270   static volatile jint  _os_thread_count;
   271 
   271 
   272   static void correct_stack_boundaries_for_primordial_thread(Thread* thr);
   272   static void correct_stack_boundaries_for_primordial_thread(Thread* thr);
   273 
   273 
   274   // Stack overflow handling
       
   275 
       
   276   static int max_register_window_saves_before_flushing();
       
   277 
       
   278   // Stack repair handling
   274   // Stack repair handling
   279 
   275 
   280   // none present
   276   // none present
   281 
   277 
   282 };
   278 };