8315073: Zero build on macOS fails after JDK-8303852
Reviewed-by: jiefu, fyang
This commit is contained in:
parent
a03954e6c5
commit
25f5df2af2
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user