hotspot/src/share/vm/runtime/os.hpp
changeset 19952 bc974e92f881
parent 19697 d55ba95422d7
child 20005 6fb8070af25d
--- 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