diff -r 5f1a3a275862 -r 95baefac8485 hotspot/src/share/vm/code/nmethod.cpp --- a/hotspot/src/share/vm/code/nmethod.cpp Wed Apr 15 11:01:56 2015 +0200 +++ b/hotspot/src/share/vm/code/nmethod.cpp Fri Apr 17 18:17:06 2015 +0300 @@ -2325,6 +2325,7 @@ // 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();