mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8214338: Move IC stub refilling out of IC cache transitions
Reviewed-by: dlong, rbackman
This commit is contained in:
parent
441d285620
commit
e303e31317
17 changed files with 383 additions and 272 deletions
|
@ -1650,7 +1650,8 @@ void nmethod::do_unloading(bool unloading_occurred) {
|
|||
}
|
||||
#endif
|
||||
|
||||
unload_nmethod_caches(unloading_occurred);
|
||||
guarantee(unload_nmethod_caches(unloading_occurred),
|
||||
"Should not need transition stubs");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue