comparison src/share/vm/prims/jvmtiThreadState.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children af739d5ab23c
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #ifndef _JAVA_JVMTITHREADSTATE_H_ 25 #ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
26 #define _JAVA_JVMTITHREADSTATE_H_ 26 #define SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
27
28 #include "jvmtifiles/jvmti.h"
29 #include "memory/allocation.hpp"
30 #include "memory/allocation.inline.hpp"
31 #include "prims/jvmtiEventController.hpp"
32 #include "runtime/thread.hpp"
33 #include "utilities/growableArray.hpp"
27 34
28 // 35 //
29 // Forward Declarations 36 // Forward Declarations
30 // 37 //
31 38
401 ~RedefineVerifyMark() { 408 ~RedefineVerifyMark() {
402 _state->clear_class_versions_map(); 409 _state->clear_class_versions_map();
403 } 410 }
404 }; 411 };
405 412
406 #endif /* _JAVA_JVMTITHREADSTATE_H_ */ 413 #endif // SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP