src/share/vm/prims/jvmtiThreadState.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 3468
af739d5ab23c
     1.1 --- a/src/share/vm/prims/jvmtiThreadState.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/prims/jvmtiThreadState.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,15 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#ifndef _JAVA_JVMTITHREADSTATE_H_
     1.8 -#define _JAVA_JVMTITHREADSTATE_H_
     1.9 +#ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
    1.10 +#define SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP
    1.11 +
    1.12 +#include "jvmtifiles/jvmti.h"
    1.13 +#include "memory/allocation.hpp"
    1.14 +#include "memory/allocation.inline.hpp"
    1.15 +#include "prims/jvmtiEventController.hpp"
    1.16 +#include "runtime/thread.hpp"
    1.17 +#include "utilities/growableArray.hpp"
    1.18  
    1.19  //
    1.20  // Forward Declarations
    1.21 @@ -403,4 +410,4 @@
    1.22    }
    1.23  };
    1.24  
    1.25 -#endif   /* _JAVA_JVMTITHREADSTATE_H_ */
    1.26 +#endif // SHARE_VM_PRIMS_JVMTITHREADSTATE_HPP

mercurial