hotspot/src/share/vm/ci/ciMethod.hpp

Print this page

        

*** 69,79 **** address _code; ciExceptionHandler** _exception_handlers; // Optional liveness analyzer. MethodLiveness* _liveness; ! #ifdef COMPILER2 ciTypeFlow* _flow; #endif ciMethod(methodHandle h_m); ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature); --- 69,79 ---- address _code; ciExceptionHandler** _exception_handlers; // Optional liveness analyzer. MethodLiveness* _liveness; ! #if defined(COMPILER2) || defined(SHARK) ciTypeFlow* _flow; #endif ciMethod(methodHandle h_m); ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature);
*** 139,148 **** --- 139,151 ---- int line_number_from_bci(int bci) const; // Runtime information. int vtable_index(); + #ifdef SHARK + int itable_index(); + #endif // SHARK address native_entry(); address interpreter_entry(); // Analysis and profiling. //