Thread::record_stack_base_and_size() uses two separate functions to set the base and size of the stack for the thread, and thus calls current_stack_region() twice. current_stack_region() returns both the size and the base, so there is no need to make two separate calls to it.
- relates to
-
JDK-8315073 Zero build on macOS fails after JDK-8303852
- Resolved