src/hotspot/share/aot/aotCodeHeap.cpp
changeset 52385 5c679ec60888
parent 52033 d6aa9ea2405d
child 52877 9e041366c764
equal deleted inserted replaced
52384:d6dc479bcdd3 52385:5c679ec60888
   924   for (int index = 0; index < _method_count; index++) {
   924   for (int index = 0; index < _method_count; index++) {
   925     if (_code_to_aot[index]._state != in_use) {
   925     if (_code_to_aot[index]._state != in_use) {
   926       continue; // Skip uninitialized entries.
   926       continue; // Skip uninitialized entries.
   927     }
   927     }
   928     AOTCompiledMethod* aot = _code_to_aot[index]._aot;
   928     AOTCompiledMethod* aot = _code_to_aot[index]._aot;
   929     aot->cleanup_inline_caches();
   929     aot->cleanup_inline_caches(false);
   930   }
   930   }
   931 }
   931 }
   932 
   932 
   933 #ifdef ASSERT
   933 #ifdef ASSERT
   934 int AOTCodeHeap::verify_icholder_relocations() {
   934 int AOTCodeHeap::verify_icholder_relocations() {