changeset 22559:ced38b61fe87

Missed removing get_pc declaration in 6be3f4b4132c
author twisti
date Sun, 13 Sep 2015 21:27:58 -1000
parents 09813b6555ae
children 9665bbd976c8
files src/share/vm/runtime/os.hpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);