src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp
changeset 54959 00425a850a2f
parent 54437 2ae93028bef3
child 58785 c6cbcc673cd3
equal deleted inserted replaced
54958:55bfc2eee3ab 54959:00425a850a2f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2014 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2019 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    90   }
    90   }
    91   // nothing else to try
    91   // nothing else to try
    92   return false;
    92   return false;
    93 }
    93 }
    94 
    94 
    95 // Forte Analyzer AsyncGetCallTrace profiling support is not implemented on Linux/PPC.
    95 // Forte Analyzer AsyncGetCallTrace profiling support.
    96 bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {
    96 bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {
    97   assert(this->is_Java_thread(), "must be JavaThread");
       
    98   return pd_get_top_frame_for_profiling(fr_addr, ucontext, isInJava);
    97   return pd_get_top_frame_for_profiling(fr_addr, ucontext, isInJava);
    99 }
    98 }
   100 
    99 
   101 void JavaThread::cache_global_variables() { }
   100 void JavaThread::cache_global_variables() { }