src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp
changeset 54959 00425a850a2f
parent 54437 2ae93028bef3
child 58785 c6cbcc673cd3
--- a/src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp	Tue May 21 15:02:18 2019 +0530
+++ b/src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp	Tue May 21 11:45:37 2019 +0200
@@ -90,10 +90,9 @@
   return false;
 }
 
-// Forte Analyzer AsyncGetCallTrace profiling support is not implemented on Linux/S390x.
+// Forte Analyzer AsyncGetCallTrace profiling support.
 bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {
-  Unimplemented();
-  return false;
+  return pd_get_top_frame_for_profiling(fr_addr, ucontext, isInJava);
 }
 
 void JavaThread::cache_global_variables() { }