mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
Remove active ICStubs from zombie nmethods Reviewed-by: kvn, iveresov
This commit is contained in:
parent
bea6d40f48
commit
d63b9025d8
5 changed files with 27 additions and 4 deletions
|
@ -577,6 +577,7 @@ public:
|
|||
|
||||
// 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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue