mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8057967: CallSite dependency tracking scales devastatingly poorly
Reviewed-by: jrose, roland, plevart, shade
This commit is contained in:
parent
cb7a08139b
commit
f98a23137c
12 changed files with 337 additions and 33 deletions
|
@ -2325,6 +2325,7 @@ void nmethod::check_all_dependencies(DepChange& changes) {
|
|||
// Dependency checking failed. Print out information about the failed
|
||||
// dependency and finally fail with an assert. We can fail here, since
|
||||
// dependency checking is never done in a product build.
|
||||
tty->print_cr("Failed dependency:");
|
||||
changes.print();
|
||||
nm->print();
|
||||
nm->print_dependencies();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue