src/hotspot/share/prims/jvmtiThreadState.hpp
changeset 48157 7c4d43c26352
parent 48105 8d15b1369c7a
child 50578 e2a7f431f65c
equal deleted inserted replaced
48156:a8f9aac3c2e5 48157:7c4d43c26352
    25 #ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
    25 #ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
    26 #define SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
    26 #define SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
    27 
    27 
    28 #include "jvmtifiles/jvmti.h"
    28 #include "jvmtifiles/jvmti.h"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "memory/allocation.inline.hpp"
       
    31 #include "prims/jvmtiEventController.hpp"
    30 #include "prims/jvmtiEventController.hpp"
    32 #include "runtime/thread.hpp"
    31 #include "runtime/thread.hpp"
    33 #include "utilities/growableArray.hpp"
    32 #include "utilities/growableArray.hpp"
    34 
    33 
    35 //
    34 //