mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
Avoid verifying dependencies multiple times by caching verified dependencies Reviewed-by: kvn, twisti, roland
This commit is contained in:
parent
b1c92a140b
commit
2f84f7d5fc
5 changed files with 148 additions and 44 deletions
|
@ -679,7 +679,7 @@ public:
|
|||
|
||||
// tells if any of this method's dependencies have been invalidated
|
||||
// (this is expensive!)
|
||||
bool check_all_dependencies();
|
||||
static void check_all_dependencies(DepChange& changes);
|
||||
|
||||
// tells if this compiled method is dependent on the given changes,
|
||||
// and the changes have invalidated it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue