src/hotspot/share/aot/aotCompiledMethod.cpp
changeset 50416 ef980b9ac191
parent 49594 898ef81cbc0e
child 50995 3c59afe1afc9
--- a/src/hotspot/share/aot/aotCompiledMethod.cpp	Tue Jun 05 23:10:54 2018 +0530
+++ b/src/hotspot/share/aot/aotCompiledMethod.cpp	Wed May 02 11:28:49 2018 -0400
@@ -75,7 +75,7 @@
   return (address*) ((address)fr->unextended_sp() + _meta->orig_pc_offset());
 }
 
-bool AOTCompiledMethod::do_unloading_oops(address low_boundary, BoolObjectClosure* is_alive, bool unloading_occurred) {
+bool AOTCompiledMethod::do_unloading_oops(address low_boundary, BoolObjectClosure* is_alive) {
   return false;
 }
 
@@ -245,7 +245,7 @@
 // more conservative than for nmethods.
 void AOTCompiledMethod::flush_evol_dependents_on(InstanceKlass* dependee) {
   if (is_java_method()) {
-    cleanup_inline_caches();
+    clear_inline_caches();
     mark_for_deoptimization();
     make_not_entrant();
   }