Skip to content

Commit 25f5df2

Browse files
author
Hao Sun
committedAug 29, 2023
8315073: Zero build on macOS fails after JDK-8303852
Reviewed-by: jiefu, fyang
1 parent a03954e commit 25f5df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ size_t os::Posix::default_stack_size(os::ThreadType thr_type) {
176176
return s;
177177
}
178178

179-
void os::current_stack_base_and_size(address* base, size_t* size)
179+
void os::current_stack_base_and_size(address* base, size_t* size) {
180180
address bottom;
181181

182182
#ifdef __APPLE__

0 commit comments

Comments
 (0)