src/hotspot/share/runtime/vmThread.hpp
changeset 52877 9e041366c764
parent 47216 71c04702a3d5
child 53020 c403f39ec349
equal deleted inserted replaced
52876:2d17750d41e7 52877:9e041366c764
    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.hpp"
    29 #include "runtime/thread.hpp"
    30 #include "runtime/vm_operations.hpp"
    30 #include "runtime/vmOperations.hpp"
    31 
    31 
    32 //
    32 //
    33 // Prioritized queue of VM operations.
    33 // Prioritized queue of VM operations.
    34 //
    34 //
    35 // Encapsulates both queue management and
    35 // Encapsulates both queue management and