comparison src/share/vm/prims/jvmtiExport.hpp @ 1983:c760f78e0a53

7003125: precompiled.hpp is included when precompiled headers are not used Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
author stefank
date Wed, 01 Dec 2010 15:04:06 +0100
parents f95d63e2154a
children 7246a374a9f2
comparison
equal deleted inserted replaced
1982:6a2d73358ff7 1983:c760f78e0a53
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;