hotspot/src/share/vm/runtime/osThread.hpp
changeset 7405 e6fc8d3926f8
parent 7397 5b173b4ca846
child 8735 9829dda3b405
equal deleted inserted replaced
7397:5b173b4ca846 7405:e6fc8d3926f8
    25 #ifndef SHARE_VM_RUNTIME_OSTHREAD_HPP
    25 #ifndef SHARE_VM_RUNTIME_OSTHREAD_HPP
    26 #define SHARE_VM_RUNTIME_OSTHREAD_HPP
    26 #define SHARE_VM_RUNTIME_OSTHREAD_HPP
    27 
    27 
    28 #include "runtime/frame.hpp"
    28 #include "runtime/frame.hpp"
    29 #include "runtime/handles.hpp"
    29 #include "runtime/handles.hpp"
    30 #include "runtime/hpi.hpp"
       
    31 #include "runtime/javaFrameAnchor.hpp"
    30 #include "runtime/javaFrameAnchor.hpp"
    32 #include "runtime/objectMonitor.hpp"
    31 #include "runtime/objectMonitor.hpp"
    33 #include "utilities/top.hpp"
    32 #include "utilities/top.hpp"
    34 
    33 
    35 // The OSThread class holds OS-specific thread information.  It is equivalent
    34 // The OSThread class holds OS-specific thread information.  It is equivalent