< prev index next >

test/hotspot/gtest/threadHelper.inline.hpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

*** 22,32 **** */ #ifndef GTEST_THREADHELPER_INLINE_HPP #define GTEST_THREADHELPER_INLINE_HPP ! #include "runtime/mutex.hpp" #include "runtime/semaphore.hpp" #include "runtime/thread.inline.hpp" #include "runtime/vmThread.hpp" #include "runtime/vmOperations.hpp" #include "unittest.hpp" --- 22,32 ---- */ #ifndef GTEST_THREADHELPER_INLINE_HPP #define GTEST_THREADHELPER_INLINE_HPP ! #include "runtime/mutexLocker.inline.hpp" #include "runtime/semaphore.hpp" #include "runtime/thread.inline.hpp" #include "runtime/vmThread.hpp" #include "runtime/vmOperations.hpp" #include "unittest.hpp"
< prev index next >