comparison src/share/vm/runtime/os.hpp @ 22559:ced38b61fe87

Missed removing get_pc declaration in 6be3f4b4132c
author twisti
date Sun, 13 Sep 2015 21:27:58 -1000
parents c28cb37b2e1d
children dd9cc155639c
comparison
equal deleted inserted replaced
22558:09813b6555ae 22559:ced38b61fe87
581 size_t syms_len); 581 size_t syms_len);
582 582
583 // Find agent entry point 583 // Find agent entry point
584 static void *find_agent_function(AgentLibrary *agent_lib, bool check_lib, 584 static void *find_agent_function(AgentLibrary *agent_lib, bool check_lib,
585 const char *syms[], size_t syms_len); 585 const char *syms[], size_t syms_len);
586
587
588 static address get_pc(void* context);
589 586
590 // Print out system information; they are called by fatal error handler. 587 // Print out system information; they are called by fatal error handler.
591 // Output format may be different on different platforms. 588 // Output format may be different on different platforms.
592 static void print_os_info(outputStream* st); 589 static void print_os_info(outputStream* st);
593 static void print_os_info_brief(outputStream* st); 590 static void print_os_info_brief(outputStream* st);