mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8241043: Expand assertions to identify thread with errant _stack_base
Reviewed-by: mikael
This commit is contained in:
parent
4b978533ca
commit
95898e86a1
2 changed files with 2 additions and 1 deletions
|
@ -349,6 +349,7 @@ void Thread::record_stack_base_and_size() {
|
|||
// If possible, refrain from doing anything which may crash or assert since
|
||||
// quite probably those crash dumps will be useless.
|
||||
set_stack_base(os::current_stack_base());
|
||||
assert(_stack_base != NULL, "current_stack_base failed for %s", name());
|
||||
set_stack_size(os::current_stack_size());
|
||||
|
||||
#ifdef SOLARIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue