src/share/vm/code/nmethod.cpp

changeset 6488
4cdf4f71177d
parent 6485
da862781b584
child 6498
5da8bb64b370
equal deleted inserted replaced
6487:15120a36272d 6488:4cdf4f71177d
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.

mercurial