hotspot/src/share/vm/ci/ciEnv.cpp
changeset 35542 9dccb7f9f656
parent 34238 60e87df08f1e
child 35576 1f1cca67a48e
equal deleted inserted replaced
35541:cba047a086d5 35542:9dccb7f9f656
  1043     if (nm != NULL) {
  1043     if (nm != NULL) {
  1044       bool printnmethods = directives->PrintAssemblyOption || directives->PrintNMethodsOption;
  1044       bool printnmethods = directives->PrintAssemblyOption || directives->PrintNMethodsOption;
  1045       if (printnmethods || PrintDebugInfo || PrintRelocations || PrintDependencies || PrintExceptionHandlers) {
  1045       if (printnmethods || PrintDebugInfo || PrintRelocations || PrintDependencies || PrintExceptionHandlers) {
  1046         nm->print_nmethod(printnmethods);
  1046         nm->print_nmethod(printnmethods);
  1047       }
  1047       }
  1048       if (directives->PrintAssemblyOption) {
       
  1049         Disassembler::decode(nm);
       
  1050       }
       
  1051 
  1048 
  1052       nm->set_has_unsafe_access(has_unsafe_access);
  1049       nm->set_has_unsafe_access(has_unsafe_access);
  1053       nm->set_has_wide_vectors(has_wide_vectors);
  1050       nm->set_has_wide_vectors(has_wide_vectors);
  1054 #if INCLUDE_RTM_OPT
  1051 #if INCLUDE_RTM_OPT
  1055       nm->set_rtm_state(rtm_state);
  1052       nm->set_rtm_state(rtm_state);