diff -r cba047a086d5 -r 9dccb7f9f656 hotspot/src/share/vm/ci/ciEnv.cpp --- a/hotspot/src/share/vm/ci/ciEnv.cpp Fri Jan 08 10:14:02 2016 +0100 +++ b/hotspot/src/share/vm/ci/ciEnv.cpp Fri Dec 18 20:23:26 2015 +0300 @@ -1045,9 +1045,6 @@ if (printnmethods || PrintDebugInfo || PrintRelocations || PrintDependencies || PrintExceptionHandlers) { nm->print_nmethod(printnmethods); } - if (directives->PrintAssemblyOption) { - Disassembler::decode(nm); - } nm->set_has_unsafe_access(has_unsafe_access); nm->set_has_wide_vectors(has_wide_vectors);