< prev index next >

src/hotspot/share/ci/ciMethod.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 94,104 **** address _code; ciExceptionHandler** _exception_handlers; // Optional liveness analyzer. MethodLiveness* _liveness; ! #if defined(COMPILER2) || defined(SHARK) ciTypeFlow* _flow; BCEscapeAnalyzer* _bcea; #endif ciMethod(const methodHandle& h_m, ciInstanceKlass* holder); --- 94,104 ---- address _code; ciExceptionHandler** _exception_handlers; // Optional liveness analyzer. MethodLiveness* _liveness; ! #if defined(COMPILER2) ciTypeFlow* _flow; BCEscapeAnalyzer* _bcea; #endif ciMethod(const methodHandle& h_m, ciInstanceKlass* holder);
*** 214,226 **** 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. // --- 214,223 ----
< prev index next >