hotspot/src/share/vm/runtime/mutexLocker.cpp
changeset 34633 2a6c7c7b30a7
parent 33451 0712796e4039
child 35228 e7bbfb90fd31
equal deleted inserted replaced
34632:bf3518bba285 34633:2a6c7c7b30a7
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "runtime/mutexLocker.hpp"
    26 #include "runtime/mutexLocker.hpp"
    27 #include "runtime/os.inline.hpp"
    27 #include "runtime/os.inline.hpp"
    28 #include "runtime/safepoint.hpp"
    28 #include "runtime/safepoint.hpp"
    29 #include "runtime/thread.inline.hpp"
    29 #include "runtime/thread.inline.hpp"
    30 #include "runtime/threadLocalStorage.hpp"
       
    31 #include "runtime/vmThread.hpp"
    30 #include "runtime/vmThread.hpp"
    32 
    31 
    33 // Mutexes used in the VM (see comment in mutexLocker.hpp):
    32 // Mutexes used in the VM (see comment in mutexLocker.hpp):
    34 //
    33 //
    35 // Note that the following pointers are effectively final -- after having been
    34 // Note that the following pointers are effectively final -- after having been