src/share/vm/ci/ciCPCache.hpp

changeset 2314
f95d63e2154a
parent 1957
136b78722a08
     1.1 --- a/src/share/vm/ci/ciCPCache.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/ci/ciCPCache.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_CI_CICPCACHE_HPP
     1.8 +#define SHARE_VM_CI_CICPCACHE_HPP
     1.9 +
    1.10 +#include "ci/ciClassList.hpp"
    1.11 +#include "ci/ciObject.hpp"
    1.12 +#include "oops/cpCacheOop.hpp"
    1.13 +
    1.14  // ciCPCache
    1.15  //
    1.16  // This class represents a constant pool cache.
    1.17 @@ -57,3 +64,5 @@
    1.18  
    1.19    void print();
    1.20  };
    1.21 +
    1.22 +#endif // SHARE_VM_CI_CICPCACHE_HPP

mercurial