comparison src/os_cpu/bsd_zero/vm/thread_bsd_zero.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 f08d439fab8c
children
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
23 * 23 *
24 */ 24 */
25 25
26 #include "precompiled.hpp" 26 #include "precompiled.hpp"
27 #include "runtime/frame.inline.hpp" 27 #include "runtime/frame.inline.hpp"
28 #include "thread_bsd.inline.hpp" 28 #include "runtime/thread.inline.hpp"
29 29
30 void JavaThread::cache_global_variables() { 30 void JavaThread::cache_global_variables() {
31 // nothing to do 31 // nothing to do
32 } 32 }