diff src/share/vm/code/nmethod.hpp @ 23426:682119c4c32e

8058737: CodeCache::find_blob fails with 'unsafe access to zombie method' Summary: Remove active ICStubs from zombie nmethods Reviewed-by: kvn, iveresov
author thartmann
date Thu, 08 Oct 2015 09:37:23 +0200
parents b12a2a9b05ca
children be740540f60c
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Tue Oct 06 12:18:17 2015 +0200
+++ b/src/share/vm/code/nmethod.hpp	Thu Oct 08 09:37:23 2015 +0200
@@ -577,6 +577,7 @@
 
   // Inline cache support
   void clear_inline_caches();
+  void clear_ic_stubs();
   void cleanup_inline_caches();
   bool inlinecache_check_contains(address addr) const {
     return (addr >= code_begin() && addr < verified_entry_point());