src/hotspot/share/oops/method.cpp
changeset 50416 ef980b9ac191
parent 49982 9042ffe5b7fe
child 50429 83aec1d357d4
--- a/src/hotspot/share/oops/method.cpp	Tue Jun 05 23:10:54 2018 +0530
+++ b/src/hotspot/share/oops/method.cpp	Wed May 02 11:28:49 2018 -0400
@@ -449,12 +449,6 @@
   return Atomic::replace_if_null(counters, &_method_counters);
 }
 
-void Method::cleanup_inline_caches() {
-  // The current system doesn't use inline caches in the interpreter
-  // => nothing to do (keep this method around for future use)
-}
-
-
 int Method::extra_stack_words() {
   // not an inline function, to avoid a header dependency on Interpreter
   return extra_stack_entries() * Interpreter::stackElementSize;