mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8239895: assert(_stack_base != 0LL) failed: Sanity check
Reviewed-by: dcubed, stuefe
This commit is contained in:
parent
80b8644499
commit
cf22d4440a
9 changed files with 22 additions and 15 deletions
|
@ -349,7 +349,6 @@ 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