< prev index next >

src/hotspot/share/ci/ciMethod.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

@@ -94,11 +94,11 @@
   address              _code;
   ciExceptionHandler** _exception_handlers;
 
   // Optional liveness analyzer.
   MethodLiveness* _liveness;
-#if defined(COMPILER2) || defined(SHARK)
+#if defined(COMPILER2)
   ciTypeFlow*         _flow;
   BCEscapeAnalyzer*   _bcea;
 #endif
 
   ciMethod(const methodHandle& h_m, ciInstanceKlass* holder);

@@ -214,13 +214,10 @@
 
   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.
   //
< prev index next >