hotspot/src/share/vm/runtime/vmThread.hpp
changeset 37456 bf26e0f4235f
parent 24331 c0bc7e5653fb
child 38074 8475fdc6dcc3
equal deleted inserted replaced
37455:0ead2c64bfde 37456:bf26e0f4235f
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_VMTHREAD_HPP
    25 #ifndef SHARE_VM_RUNTIME_VMTHREAD_HPP
    26 #define SHARE_VM_RUNTIME_VMTHREAD_HPP
    26 #define SHARE_VM_RUNTIME_VMTHREAD_HPP
    27 
    27 
    28 #include "runtime/perfData.hpp"
    28 #include "runtime/perfData.hpp"
    29 #include "runtime/thread.inline.hpp"
    29 #include "runtime/thread.hpp"
    30 #include "runtime/vm_operations.hpp"
    30 #include "runtime/vm_operations.hpp"
    31 
    31 
    32 //
    32 //
    33 // Prioritized queue of VM operations.
    33 // Prioritized queue of VM operations.
    34 //
    34 //