comparison src/os_cpu/linux_sparc/vm/thread_linux_sparc.cpp @ 7180:f34d701e952e

8003935: Simplify the needed includes for using Thread::current() Reviewed-by: dholmes, rbackman, coleenp
author stefank
date Tue, 27 Nov 2012 14:20:21 +0100
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "runtime/frame.inline.hpp" 26 #include "runtime/frame.inline.hpp"
27 #include "thread_linux.inline.hpp" 27 #include "runtime/thread.inline.hpp"
28 28
29 // For Forte Analyzer AsyncGetCallTrace profiling support - thread is 29 // For Forte Analyzer AsyncGetCallTrace profiling support - thread is
30 // currently interrupted by SIGPROF 30 // currently interrupted by SIGPROF
31 bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, 31 bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr,
32 void* ucontext, 32 void* ucontext,