-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b07
/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.
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.
- relates to
-
JDK-8311541 JavaThread::print_jni_stack doesn't support native stacks on all platforms
-
- Resolved
-