--- old/src/share/vm/prims/jvmtiExport.hpp 2010-11-16 18:18:30.000000000 +0100 +++ new/src/share/vm/prims/jvmtiExport.hpp 2010-11-16 18:18:30.000000000 +0100 @@ -22,8 +22,19 @@ * */ -#ifndef _JAVA_JVMTIEXPORT_H_ -#define _JAVA_JVMTIEXPORT_H_ +#ifndef SHARE_VM_PRIMS_JVMTIEXPORT_HPP +#define SHARE_VM_PRIMS_JVMTIEXPORT_HPP + +#include "code/jvmticmlr.h" +#include "jvmtifiles/jvmti.h" +#include "memory/allocation.hpp" +#include "memory/iterator.hpp" +#include "oops/oop.hpp" +#include "oops/oopsHierarchy.hpp" +#include "runtime/frame.hpp" +#include "runtime/handles.hpp" +#include "utilities/globalDefinitions.hpp" +#include "utilities/growableArray.hpp" // Forward declarations @@ -553,4 +564,4 @@ } }; -#endif /* _JAVA_JVMTIEXPORT_H_ */ +#endif // SHARE_VM_PRIMS_JVMTIEXPORT_HPP