comparison 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
comparison
equal deleted inserted replaced
16718:4703a9442f3f 16719:b1911c1e44c8
560 size_t syms_len); 560 size_t syms_len);
561 561
562 // Find agent entry point 562 // Find agent entry point
563 static void *find_agent_function(AgentLibrary *agent_lib, bool check_lib, 563 static void *find_agent_function(AgentLibrary *agent_lib, bool check_lib,
564 const char *syms[], size_t syms_len); 564 const char *syms[], size_t syms_len);
565
566
567 static address get_pc(void* context);
565 568
566 // Print out system information; they are called by fatal error handler. 569 // Print out system information; they are called by fatal error handler.
567 // Output format may be different on different platforms. 570 // Output format may be different on different platforms.
568 static void print_os_info(outputStream* st); 571 static void print_os_info(outputStream* st);
569 static void print_os_info_brief(outputStream* st); 572 static void print_os_info_brief(outputStream* st);