src/os/linux/vm/os_linux.cpp

changeset 9599
1485461a0fd1
parent 9505
79b4c0a88c00
child 9620
97d605522fcb
     1.1 --- a/src/os/linux/vm/os_linux.cpp	Mon Dec 03 14:07:45 2018 +0000
     1.2 +++ b/src/os/linux/vm/os_linux.cpp	Fri Jul 06 17:25:06 2018 +0100
     1.3 @@ -724,6 +724,10 @@
     1.4    }
     1.5  }
     1.6  
     1.7 +void os::Linux::expand_stack_to(address bottom) {
     1.8 +  _expand_stack_to(bottom);
     1.9 +}
    1.10 +
    1.11  bool os::Linux::manually_expand_stack(JavaThread * t, address addr) {
    1.12    assert(t!=NULL, "just checking");
    1.13    assert(t->osthread()->expanding_stack(), "expand should be set");

mercurial