diff -r cece69b005c0 -r bc974e92f881 hotspot/src/share/vm/runtime/os.hpp --- a/hotspot/src/share/vm/runtime/os.hpp Wed Sep 04 08:55:08 2013 -0400 +++ b/hotspot/src/share/vm/runtime/os.hpp Fri Sep 06 08:42:42 2013 -0700 @@ -795,6 +795,14 @@ #endif public: +#ifndef PLATFORM_PRINT_NATIVE_STACK + // No platform-specific code for printing the native stack. + static bool platform_print_native_stack(outputStream* st, void* context, + char *buf, int buf_size) { + return false; + } +#endif + // debugging support (mostly used by debug.cpp but also fatal error handler) static bool find(address pc, outputStream* st = tty); // OS specific function to make sense out of an address