8238988: Rename thread "in stack" methods and add in_stack_range

Reviewed-by: coleenp, dcubed
This commit is contained in:
David Holmes 2020-02-23 22:35:59 -05:00
parent 533649b8ca
commit bd028945bd
32 changed files with 126 additions and 184 deletions

View file

@ -718,7 +718,6 @@ void os::Linux::expand_stack_to(address bottom) {
bool os::Linux::manually_expand_stack(JavaThread * t, address addr) {
assert(t!=NULL, "just checking");
assert(t->osthread()->expanding_stack(), "expand should be set");
assert(t->stack_base() != NULL, "stack_base was not initialized");
if (t->is_in_usable_stack(addr)) {
sigset_t mask_all, old_sigset;