7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode

Reviewed-by: jrose, kvn
This commit is contained in:
Vladimir Ivanov 2016-02-19 20:40:20 +03:00
parent b239e217b9
commit 4532f54300
10 changed files with 140 additions and 13 deletions

View file

@ -73,7 +73,7 @@ int DependencyContext::mark_dependent_nmethods(DepChange& changes) {
nm->print();
nm->print_dependencies();
}
nm->mark_for_deoptimization();
changes.mark_for_deoptimization(nm);
found++;
}
}