src/share/vm/prims/jvmtiThreadState.hpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef _JAVA_JVMTITHREADSTATE_H_ ! #define _JAVA_JVMTITHREADSTATE_H_ // // Forward Declarations // --- 20,38 ---- * 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" // // Forward Declarations //
*** 401,406 **** ~RedefineVerifyMark() { _state->clear_class_versions_map(); } }; ! #endif /* _JAVA_JVMTITHREADSTATE_H_ */ --- 408,413 ---- ~RedefineVerifyMark() { _state->clear_class_versions_map(); } }; ! #endif // SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP