8239895: assert(_stack_base != 0LL) failed: Sanity check

Reviewed-by: dcubed, stuefe
This commit is contained in:
David Holmes 2020-04-02 19:13:27 -04:00
parent 80b8644499
commit cf22d4440a
9 changed files with 22 additions and 15 deletions

View file

@ -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