test/hotspot/gtest/threadHelper.inline.hpp
changeset 53268 c02949731190
parent 53105 6ac04cfbefdf
child 54416 b788c494aa46
equal deleted inserted replaced
53267:0b6d6db878b6 53268:c02949731190
    24 #ifndef GTEST_THREADHELPER_INLINE_HPP
    24 #ifndef GTEST_THREADHELPER_INLINE_HPP
    25 #define GTEST_THREADHELPER_INLINE_HPP
    25 #define GTEST_THREADHELPER_INLINE_HPP
    26 
    26 
    27 #include "runtime/mutex.hpp"
    27 #include "runtime/mutex.hpp"
    28 #include "runtime/semaphore.hpp"
    28 #include "runtime/semaphore.hpp"
    29 #include "runtime/thread.hpp"
    29 #include "runtime/thread.inline.hpp"
    30 #include "runtime/vmThread.hpp"
    30 #include "runtime/vmThread.hpp"
    31 #include "runtime/vmOperations.hpp"
    31 #include "runtime/vmOperations.hpp"
    32 #include "unittest.hpp"
    32 #include "unittest.hpp"
    33 
    33 
    34 class VM_StopSafepoint : public VM_Operation {
    34 class VM_StopSafepoint : public VM_Operation {