src/hotspot/share/runtime/synchronizer.hpp
changeset 57811 947252a54b98
parent 54291 e6c86f6012bf
child 57893 49fea19f0726
equal deleted inserted replaced
57805:e62f402c337f 57811:947252a54b98
    24 
    24 
    25 #ifndef SHARE_RUNTIME_SYNCHRONIZER_HPP
    25 #ifndef SHARE_RUNTIME_SYNCHRONIZER_HPP
    26 #define SHARE_RUNTIME_SYNCHRONIZER_HPP
    26 #define SHARE_RUNTIME_SYNCHRONIZER_HPP
    27 
    27 
    28 #include "memory/padded.hpp"
    28 #include "memory/padded.hpp"
    29 #include "oops/markOop.hpp"
    29 #include "oops/markWord.hpp"
    30 #include "runtime/basicLock.hpp"
    30 #include "runtime/basicLock.hpp"
    31 #include "runtime/handles.hpp"
    31 #include "runtime/handles.hpp"
    32 #include "runtime/perfData.hpp"
    32 #include "runtime/perfData.hpp"
    33 
    33 
    34 class ObjectMonitor;
    34 class ObjectMonitor;