diff src/share/vm/runtime/os.hpp @ 16719:b1911c1e44c8

Dump disassembly in crash log
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 07 Aug 2014 11:06:09 -0700
parents ad431bf0de07
children 3eed8712d410
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Thu Aug 07 11:05:12 2014 -0700
+++ b/src/share/vm/runtime/os.hpp	Thu Aug 07 11:06:09 2014 -0700
@@ -563,6 +563,9 @@
   static void *find_agent_function(AgentLibrary *agent_lib, bool check_lib,
                                    const char *syms[], size_t syms_len);
 
+
+  static address get_pc(void* context);
+
   // Print out system information; they are called by fatal error handler.
   // Output format may be different on different platforms.
   static void print_os_info(outputStream* st);