src/share/vm/ci/ciMethod.hpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2349
5ddfcf4b079e
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,17 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_CI_CIMETHOD_HPP
     1.8 +#define SHARE_VM_CI_CIMETHOD_HPP
     1.9 +
    1.10 +#include "ci/ciFlags.hpp"
    1.11 +#include "ci/ciInstanceKlass.hpp"
    1.12 +#include "ci/ciObject.hpp"
    1.13 +#include "ci/ciSignature.hpp"
    1.14 +#include "compiler/methodLiveness.hpp"
    1.15 +#include "prims/methodHandles.hpp"
    1.16 +#include "utilities/bitMap.hpp"
    1.17 +
    1.18  class ciMethodBlocks;
    1.19  class MethodLiveness;
    1.20  class BitMap;
    1.21 @@ -269,3 +280,5 @@
    1.22      return MethodHandles::decode_method(get_oop(), receiver_limit_oop, flags);
    1.23    }
    1.24  };
    1.25 +
    1.26 +#endif // SHARE_VM_CI_CIMETHOD_HPP

mercurial