--- old/hotspot/src/share/vm/ci/ciMethod.hpp 2010-06-11 14:57:31.000000000 +0100 +++ new/hotspot/src/share/vm/ci/ciMethod.hpp 2010-06-11 14:57:31.000000000 +0100 @@ -71,7 +71,7 @@ // Optional liveness analyzer. MethodLiveness* _liveness; -#ifdef COMPILER2 +#if defined(COMPILER2) || defined(SHARK) ciTypeFlow* _flow; #endif @@ -141,6 +141,9 @@ // Runtime information. int vtable_index(); +#ifdef SHARK + int itable_index(); +#endif // SHARK address native_entry(); address interpreter_entry();