mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8238988: Rename thread "in stack" methods and add in_stack_range
Reviewed-by: coleenp, dcubed
This commit is contained in:
parent
533649b8ca
commit
bd028945bd
32 changed files with 126 additions and 184 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue