diff src/share/vm/shark/sharkCompiler.hpp @ 12880:469216acdb28

8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash Summary: Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
author anoll
date Thu, 10 Oct 2013 15:44:12 +0200
parents 606eada1bf86
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/shark/sharkCompiler.hpp	Fri Oct 11 10:14:02 2013 -0700
+++ b/src/share/vm/shark/sharkCompiler.hpp	Thu Oct 10 15:44:12 2013 +0200
@@ -50,10 +50,6 @@
     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();