On AIX, stack trace printing (to hs_err files) is unnecessarily dependent on successful os::init() initialization. In particular, it uses os::vm_page_size() when retrieving the stack bounds for the current thread.
This should be improved; stack tracing should be robust enough to work even if os::init() did not run or did not run successfully.
This should be improved; stack tracing should be robust enough to work even if os::init() did not run or did not run successfully.
- relates to
-
JDK-8182864 [aix] os::print_native_callstack should not assert for primordial threadness
-
- Resolved
-