--- old/src/share/vm/oops/constantPoolOop.hpp 2010-11-16 18:15:37.000000000 +0100 +++ new/src/share/vm/oops/constantPoolOop.hpp 2010-11-16 18:15:37.000000000 +0100 @@ -22,6 +22,23 @@ * */ +#ifndef SHARE_VM_OOPS_CONSTANTPOOLOOP_HPP +#define SHARE_VM_OOPS_CONSTANTPOOLOOP_HPP + +#include "oops/arrayOop.hpp" +#include "oops/cpCacheOop.hpp" +#include "oops/typeArrayOop.hpp" +#include "utilities/constantTag.hpp" +#ifdef TARGET_ARCH_x86 +# include "bytes_x86.hpp" +#endif +#ifdef TARGET_ARCH_sparc +# include "bytes_sparc.hpp" +#endif +#ifdef TARGET_ARCH_zero +# include "bytes_zero.hpp" +#endif + // A constantPool is an array containing class constants as described in the // class file. // @@ -666,3 +683,5 @@ delete _buckets; } }; // End SymbolHashMap class + +#endif // SHARE_VM_OOPS_CONSTANTPOOLOOP_HPP