src/os/solaris/vm/thread_solaris.inline.hpp

Print this page
rev 6676 : 8044775: Improve usage of umbrella header atomic.inline.hpp.
Reviewed-by: stefank, kvn

*** 27,37 **** #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE #error "This file should only be included from thread.inline.hpp" #endif - #include "runtime/atomic.inline.hpp" #include "runtime/thread.hpp" #include "runtime/threadLocalStorage.hpp" // Thread::current is "hot" it's called > 128K times in the 1st 500 msecs of // startup. --- 27,36 ----