hotspot/src/share/vm/prims/jvmtiExport.hpp
changeset 7408 c04a5c989f26
parent 7397 5b173b4ca846
child 7896 08aadd7aa3ee
equal deleted inserted replaced
7407:47339ceb8cb0 7408:c04a5c989f26
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_PRIMS_JVMTIEXPORT_HPP
    25 #ifndef SHARE_VM_PRIMS_JVMTIEXPORT_HPP
    26 #define SHARE_VM_PRIMS_JVMTIEXPORT_HPP
    26 #define SHARE_VM_PRIMS_JVMTIEXPORT_HPP
    27 
    27 
    28 #include "code/jvmticmlr.h"
       
    29 #include "jvmtifiles/jvmti.h"
    28 #include "jvmtifiles/jvmti.h"
    30 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    31 #include "memory/iterator.hpp"
    30 #include "memory/iterator.hpp"
    32 #include "oops/oop.hpp"
    31 #include "oops/oop.hpp"
    33 #include "oops/oopsHierarchy.hpp"
    32 #include "oops/oopsHierarchy.hpp"
    34 #include "runtime/frame.hpp"
    33 #include "runtime/frame.hpp"
    35 #include "runtime/handles.hpp"
    34 #include "runtime/handles.hpp"
    36 #include "utilities/globalDefinitions.hpp"
    35 #include "utilities/globalDefinitions.hpp"
    37 #include "utilities/growableArray.hpp"
    36 #include "utilities/growableArray.hpp"
       
    37 
       
    38 // Must be included after jvmti.h.
       
    39 #include "code/jvmticmlr.h"
    38 
    40 
    39 // Forward declarations
    41 // Forward declarations
    40 
    42 
    41 class JvmtiEventControllerPrivate;
    43 class JvmtiEventControllerPrivate;
    42 class JvmtiManageCapabilities;
    44 class JvmtiManageCapabilities;