# HG changeset patch # User twisti # Date 1442215678 36000 # Node ID ced38b61fe87ef8aff604a3f7cdaf4f5be87e148 # Parent 09813b6555ae66d0bb4e71acd371149a90fe2158 Missed removing get_pc declaration in 6be3f4b4132c diff -r 09813b6555ae -r ced38b61fe87 src/share/vm/runtime/os.hpp --- a/src/share/vm/runtime/os.hpp Fri Sep 11 18:52:57 2015 -1000 +++ b/src/share/vm/runtime/os.hpp Sun Sep 13 21:27:58 2015 -1000 @@ -584,9 +584,6 @@ 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);