src/share/vm/shark/sharkCompiler.hpp

Print this page

        

@@ -48,14 +48,10 @@
   bool supports_osr()    { return true; }
   bool can_compile_method(methodHandle method)  {
     return ! (method->is_method_handle_intrinsic() || method->is_compiled_lambda_form());
   }
 
-  // Customization
-  bool needs_adapters()  { return false; }
-  bool needs_stubs()     { return false; }
-
   // Initialization
   void initialize();
 
   // Compile a normal (bytecode) method and install it in the VM
   void compile_method(ciEnv* env, ciMethod* target, int entry_bci);