src/share/vm/prims/jvmtiThreadState.hpp

Print this page

        

*** 20,29 **** --- 20,39 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP + #define SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP + + #include "jvmtifiles/jvmti.h" + #include "memory/allocation.hpp" + #include "memory/allocation.inline.hpp" + #include "prims/jvmtiEventController.hpp" + #include "runtime/thread.hpp" + #include "utilities/growableArray.hpp" + #ifndef _JAVA_JVMTITHREADSTATE_H_ #define _JAVA_JVMTITHREADSTATE_H_ // // Forward Declarations
*** 402,406 **** --- 412,418 ---- _state->clear_class_versions_map(); } }; #endif /* _JAVA_JVMTITHREADSTATE_H_ */ + + #endif // SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP