| JDK 22 |
|---|
| 22 b07Fixed |
|
Relates :
|
/Users/jiefu/jdk/src/hotspot/share/runtime/os.hpp:1009:22: error: inline function 'os::platform_print_native_stack' is not defined [-Werror,-Wundefined-inline]
inline static bool platform_print_native_stack(outputStream* st, const void* context,
^
/Users/jiefu/jdk/src/hotspot/share/runtime/javaThread.cpp:1714:13: note: used here
if (os::platform_print_native_stack(tty, nullptr, buf, O_BUFLEN, lastpc)) {
^
1 error generated.
|