8315073: Zero build on macOS fails after JDK-8303852

Reviewed-by: jiefu, fyang
This commit is contained in:
Hao Sun 2023-08-29 02:12:37 +00:00
parent a03954e6c5
commit 25f5df2af2

View File

@ -176,7 +176,7 @@ size_t os::Posix::default_stack_size(os::ThreadType thr_type) {
return s;
}
void os::current_stack_base_and_size(address* base, size_t* size)
void os::current_stack_base_and_size(address* base, size_t* size) {
address bottom;
#ifdef __APPLE__