src/hotspot/os/linux/os_linux.cpp
changeset 49407 7fa5375fa6fd
parent 49349 7194eb9e8f19
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49406:f654b37c58a1 49407:7fa5375fa6fd
   627     assert(p != NULL && p <= (volatile char *)bottom, "alloca problem?");
   627     assert(p != NULL && p <= (volatile char *)bottom, "alloca problem?");
   628     p[0] = '\0';
   628     p[0] = '\0';
   629   }
   629   }
   630 }
   630 }
   631 
   631 
       
   632 void os::Linux::expand_stack_to(address bottom) {
       
   633   _expand_stack_to(bottom);
       
   634 }
       
   635 
   632 bool os::Linux::manually_expand_stack(JavaThread * t, address addr) {
   636 bool os::Linux::manually_expand_stack(JavaThread * t, address addr) {
   633   assert(t!=NULL, "just checking");
   637   assert(t!=NULL, "just checking");
   634   assert(t->osthread()->expanding_stack(), "expand should be set");
   638   assert(t->osthread()->expanding_stack(), "expand should be set");
   635   assert(t->stack_base() != NULL, "stack_base was not initialized");
   639   assert(t->stack_base() != NULL, "stack_base was not initialized");
   636 
   640