diff src/os/linux/vm/os_linux.cpp @ 22477:c3ad14a83248

Remove unneeded os::get_pc function
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 27 Aug 2015 13:35:19 -0700
parents 7848fc12602b
children dd9cc155639c
line wrap: on
line diff
--- a/src/os/linux/vm/os_linux.cpp	Thu Aug 27 18:28:49 2015 +0200
+++ b/src/os/linux/vm/os_linux.cpp	Thu Aug 27 13:35:19 2015 -0700
@@ -5031,11 +5031,6 @@
   return fetcher.result();
 }
 
-address os::get_pc(void* context) {
-  ucontext_t *uc = (ucontext_t*)context;
-  return os::Linux::ucontext_get_pc(uc);
-}
-
 int os::Linux::safe_cond_timedwait(pthread_cond_t *_cond, pthread_mutex_t *_mutex, const struct timespec *_abstime)
 {
    if (is_NPTL()) {