comparison src/share/vm/prims/jvmtiExport.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 e9ff18c4ace7
children c760f78e0a53
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_JVMTIEXPORT_H_ 25 #ifndef SHARE_VM_PRIMS_JVMTIEXPORT_HPP
26 #define _JAVA_JVMTIEXPORT_H_ 26 #define SHARE_VM_PRIMS_JVMTIEXPORT_HPP
27
28 #include "code/jvmticmlr.h"
29 #include "jvmtifiles/jvmti.h"
30 #include "memory/allocation.hpp"
31 #include "memory/iterator.hpp"
32 #include "oops/oop.hpp"
33 #include "oops/oopsHierarchy.hpp"
34 #include "runtime/frame.hpp"
35 #include "runtime/handles.hpp"
36 #include "utilities/globalDefinitions.hpp"
37 #include "utilities/growableArray.hpp"
27 38
28 // Forward declarations 39 // Forward declarations
29 40
30 class JvmtiEventControllerPrivate; 41 class JvmtiEventControllerPrivate;
31 class JvmtiManageCapabilities; 42 class JvmtiManageCapabilities;
551 JvmtiExport::expose_single_stepping(_thread); 562 JvmtiExport::expose_single_stepping(_thread);
552 } 563 }
553 } 564 }
554 }; 565 };
555 566
556 #endif /* _JAVA_JVMTIEXPORT_H_ */ 567 #endif // SHARE_VM_PRIMS_JVMTIEXPORT_HPP