src/hotspot/share/code/nmethod.cpp
changeset 52857 7e268f863ff0
parent 52847 27ebaa5566ea
child 53085 4384060a7ca5
equal deleted inserted replaced
52856:5f3b9b633731 52857:7e268f863ff0
  1648         clear_jvmci_installed_code();
  1648         clear_jvmci_installed_code();
  1649       }
  1649       }
  1650     }
  1650     }
  1651 #endif
  1651 #endif
  1652 
  1652 
  1653     unload_nmethod_caches(unloading_occurred);
  1653     guarantee(unload_nmethod_caches(unloading_occurred),
       
  1654               "Should not need transition stubs");
  1654   }
  1655   }
  1655 }
  1656 }
  1656 
  1657 
  1657 void nmethod::oops_do(OopClosure* f, bool allow_zombie) {
  1658 void nmethod::oops_do(OopClosure* f, bool allow_zombie) {
  1658   // make sure the oops ready to receive visitors
  1659   // make sure the oops ready to receive visitors