hotspot/src/share/vm/code/nmethod.cpp
changeset 22854 2787e48d6df9
parent 22851 4c4b6a45be43
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22853:308672304981 22854:2787e48d6df9
   617 
   617 
   618         // record this nmethod as dependent on this klass
   618         // record this nmethod as dependent on this klass
   619         InstanceKlass::cast(klass)->add_dependent_nmethod(nm);
   619         InstanceKlass::cast(klass)->add_dependent_nmethod(nm);
   620       }
   620       }
   621       NOT_PRODUCT(nmethod_stats.note_nmethod(nm));
   621       NOT_PRODUCT(nmethod_stats.note_nmethod(nm));
   622       if (PrintAssembly) {
   622       if (PrintAssembly || CompilerOracle::has_option_string(method, "PrintAssembly")) {
   623         Disassembler::decode(nm);
   623         Disassembler::decode(nm);
   624       }
   624       }
   625     }
   625     }
   626   }
   626   }
   627   // Do verification and logging outside CodeCache_lock.
   627   // Do verification and logging outside CodeCache_lock.