src/os_cpu/linux_zero/vm/thread_linux_zero.hpp

changeset 9860
6c8e5745df03
parent 2314
f95d63e2154a
child 9931
fd44df5e3bc3
     1.1 --- a/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Thu Aug 15 13:28:03 2019 +0300
     1.2 +++ b/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Wed May 16 15:25:51 2018 +0200
     1.3 @@ -112,6 +112,14 @@
     1.4      ShouldNotCallThis();
     1.5    }
     1.6  
     1.7 +  bool pd_get_top_frame_for_profiling(frame* fr_addr,
     1.8 +                                      void* ucontext,
     1.9 +                                      bool isInJava) {
    1.10 +    ShouldNotCallThis();
    1.11 +    return false; // silence compile warning
    1.12 +  }
    1.13 +
    1.14 +
    1.15    // These routines are only used on cpu architectures that
    1.16    // have separate register stacks (Itanium).
    1.17    static bool register_stack_overflow() { return false; }

mercurial