Skip to content

Commit ec53fba

Browse files
committed
8292361: Build failure on PPC64 BE after JDK-8290840
Reviewed-by: stefank, stuefe
1 parent 4cc6cb9 commit ec53fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os/linux/os_linux.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class os::Linux {
424424
return _nindex_to_node;
425425
}
426426

427-
void* resolve_function_descriptor(void* p);
427+
static void* resolve_function_descriptor(void* p);
428428
};
429429

430430
#endif // OS_LINUX_OS_LINUX_HPP

0 commit comments

Comments
 (0)